Skip to content

Commit

Permalink
Build(deps): Bump actions/cache from 3 to 4 (#576)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 57417ce commit 28e79f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: pip
cache-dependency-path: requirements/*.txt
- name: Cache pre-commit.com virtualenvs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: >-
Expand Down

0 comments on commit 28e79f5

Please sign in to comment.