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