Skip to content

Commit cb0c047

Browse files
ci: bump actions/cache from 4 to 5 (#843)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e33f16c commit cb0c047

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Cache gitleaks archive
2626
id: cache_gitleaks
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: /usr/local/bin/gitleaks
3030
key: gitleaks-${{ env.PLATFORM }}-${{ env.GITLEAKS_VERSION }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
python-version: '3.10'
6969

70-
- uses: actions/cache@v4
70+
- uses: actions/cache@v5
7171
name: Configure pip cache
7272
id: pip-cache
7373
with:

0 commit comments

Comments
 (0)