File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments