Skip to content

Commit b5ee5a0

Browse files
authored
Bump actions/cache from 5 to 6 (backport #1847) (#1850)
1 parent a856b10 commit b5ee5a0

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 }}
@@ -35,7 +35,7 @@ jobs:
3535
--exclude 'https:\/\/wiki\.linuxfoundation\.org\/realtime\/preempt_rt_versions'
3636
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3737
- name: Save lychee cache
38-
uses: actions/cache/save@v5
38+
uses: actions/cache/save@v6
3939
if: always()
4040
with:
4141
path: .lycheecache

.github/workflows/reusable_ici.yml

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

0 commit comments

Comments
 (0)