Skip to content

Commit

Permalink
Bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luqasz committed Jul 15, 2024
1 parent 5aa70d0 commit 3c14391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
image: lukaszkostka/librouteros:3.12
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
lfs: false

Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-3.9-${{ hashFiles('**/poetry.lock') }}
key: venv-${{ runner.os }}-3.12-${{ hashFiles('**/poetry.lock') }}

- name: Install dependencies
if: steps.poerty-cache.outputs.cache-hit != 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- "3.12"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: false

Expand All @@ -45,7 +45,7 @@ jobs:

- name: Load cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.venv
Expand Down

0 comments on commit 3c14391

Please sign in to comment.