Skip to content

Commit

Permalink
Merge pull request #298 from topoteretes/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

⬆️ Bump actions/cache from 3 to 4
  • Loading branch information
Vasilije1990 authored Dec 11, 2024
2 parents 0913a5d + 12b3582 commit 759dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit 759dbfb

Please sign in to comment.