Skip to content

Commit effb8c8

Browse files
jonfroehlichclaude
andcommitted
Bump CI actions to Node 24 versions (checkout v7, setup-node v6, cache v5)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 94245cf commit effb8c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-gallery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v7
1414

1515
- name: Set up Node
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v6
1717
with:
1818
node-version: 20
1919
cache: npm
@@ -27,7 +27,7 @@ jobs:
2727
# Cache Playwright's bundled Chromium across runs (keyed on the lockfile,
2828
# which pins the Playwright version).
2929
- name: Cache Playwright browsers
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.cache/ms-playwright
3333
key: playwright-${{ runner.os }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)