Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHanasiro committed Oct 11, 2024
1 parent a42d73b commit 45e70f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
Audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Install poetry
run: python3 -m pip install poetry==${{ env.POETRY_VERSION }}
- name: Install Dependencies
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
REDIS_URL: redis://localhost:6379
KAFKA_URL:
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Running migrations
run: HOST=localhost make migration/up
- name: Install poetry
Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Install poetry
run: python3 -m pip install poetry==${{ env.POETRY_VERSION }}
- name: Install Dependencies
Expand Down

0 comments on commit 45e70f0

Please sign in to comment.