Skip to content

Commit d865f6e

Browse files
authored
Bump actions/cache from 5 to 6 (backport #1847) (#1852)
1 parent d854adf commit d865f6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v7
1414
- name: Restore lychee cache
1515
id: restore-cache
16-
uses: actions/cache/restore@v5
16+
uses: actions/cache/restore@v6
1717
with:
1818
path: .lycheecache
1919
key: cache-lychee-${{ github.run_id }}-${{ github.run_attempt }}
@@ -33,7 +33,7 @@ jobs:
3333
--max-concurrency 1
3434
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3535
- name: Save lychee cache
36-
uses: actions/cache/save@v5
36+
uses: actions/cache/save@v6
3737
if: always()
3838
with:
3939
path: .lycheecache

.github/workflows/reusable_ici.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# into the URSim container.
7575
chmod 777 /tmp/ur_test_artifacts /tmp/ursim_urcaps
7676
- name: Cache ccache
77-
uses: actions/cache@v5
77+
uses: actions/cache@v6
7878
with:
7979
path: ${{ env.CCACHE_DIR }}
8080
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}

0 commit comments

Comments
 (0)