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:
sudlud
2026-07-21 17:22:01 +02:00
committed by GitHub
parent db8a92b8b7
commit 9e6803c1db
12 changed files with 18 additions and 18 deletions

View File

@@ -35,14 +35,14 @@ jobs:
&& !github.event.pull_request.draft
&& (github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build')
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.13
# Cache the fetched Boost + MySQL client so we don't re-download ~350 MB
# and re-run the Boost installer on every run. The Test-Path guards in
# "Configure OS" short-circuit the install work when these are restored.
- name: Cache Boost & MySQL
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
C:\local\boost_1_87_0