Skip to content

Commit 4786aa5

Browse files
committed
ci: bump checkout/setup-node/cache to node 24 majors
1 parent 8b0a03b commit 4786aa5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
# Need history + the base ref so Biome can diff changed files.
2222
fetch-depth: 0
@@ -26,15 +26,15 @@ jobs:
2626
# pnpm 11. Use corepack instead: it runs as a normal step on the setup-node Node
2727
# (24, from .nvmrc) and activates the pnpm version pinned in package.json#packageManager.
2828
- name: Setup Node
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version-file: .nvmrc
3232

3333
- name: Enable pnpm (corepack)
3434
run: corepack enable
3535

3636
- name: Cache pnpm store
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.local/share/pnpm/store
4040
key: pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)