We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6f7e3 commit 20b0935Copy full SHA for 20b0935
1 file changed
.github/workflows/gitleaks.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Cache gitleaks archive
39
id: cache_gitleaks
40
- uses: actions/cache@v4
+ uses: actions/cache@v5
41
with:
42
path: /usr/local/bin/gitleaks
43
key: gitleaks-${{ env.PLATFORM }}-${{ env.GITLEAKS_VERSION }}
0 commit comments