Skip to content

Commit

Permalink
Merge pull request #29 from saritasa-nest/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
TheSuperiorStanislav authored Jan 18, 2024
2 parents c0f564c + 6bda818 commit dc12dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

0 comments on commit dc12dcd

Please sign in to comment.