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