We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33f16c commit cb0c047Copy full SHA for cb0c047
2 files changed
.github/workflows/gitleaks.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Cache gitleaks archive
26
id: cache_gitleaks
27
- uses: actions/cache@v4
+ uses: actions/cache@v5
28
with:
29
path: /usr/local/bin/gitleaks
30
key: gitleaks-${{ env.PLATFORM }}-${{ env.GITLEAKS_VERSION }}
.github/workflows/tests.yml
@@ -67,7 +67,7 @@ jobs:
67
68
python-version: '3.10'
69
70
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
71
name: Configure pip cache
72
id: pip-cache
73
0 commit comments