Skip to content

Commit

Permalink
Updated cache to use version 4 (#4636)
Browse files Browse the repository at this point in the history
  • Loading branch information
FuriousLlama authored Feb 4, 2025
1 parent b06b4cc commit 5eed5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/credentials-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python -c "import sys; print(sys.version)"

- name: Cache python dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/pip # This path is specific to Ubuntu
key: ${{ runner.os }}-pip
Expand Down

0 comments on commit 5eed5f9

Please sign in to comment.