mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
chore(CI): bump actions off the deprecated Node 20 runtime (#26720)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
.github/actions/linux-build/action.yml
vendored
2
.github/actions/linux-build/action.yml
vendored
@@ -50,7 +50,7 @@ runs:
|
||||
# walk back from the most-recent cache on this branch to progressively
|
||||
# broader fallbacks (branch -> pch variant -> modules variant -> compiler).
|
||||
- name: Cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: ${{ github.workspace }}/var/ccache
|
||||
key: ccache:${{ runner.os }}:${{ inputs.CC }}_${{ inputs.CXX }}:${{ inputs.modules }}:pch=${{ inputs.pch }}:${{ github.ref_name }}-${{ github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user