Skip to content

Commit de1d6f5

Browse files
Merge pull request #145 from vmware/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 101ff59 + 69e5263 commit de1d6f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v6
1414
with:
1515
python-version: '3.12'
16-
- uses: actions/cache@v5
16+
- uses: actions/cache@v6
1717
with:
1818
key: ${{ github.ref }}
1919
path: .cache

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Restore lychee cache
2424
id: restore-cache
25-
uses: actions/cache/restore@v5
25+
uses: actions/cache/restore@v6
2626
with:
2727
path: .lycheecache
2828
key: cache-lychee-${{ github.sha }}
@@ -36,7 +36,7 @@ jobs:
3636
fail: false
3737

3838
- name: Save lychee cache
39-
uses: actions/cache/save@v5
39+
uses: actions/cache/save@v6
4040
if: always()
4141
with:
4242
path: .lycheecache

0 commit comments

Comments
 (0)