Skip to content

Commit e81ceaa

Browse files
committed
Update checkout to v6
1 parent 5285268 commit e81ceaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111
- master
1212
paths:
13-
- '.release-plan.json'
13+
- ".release-plan.json"
1414

1515
concurrency:
1616
group: publish-${{ github.head_ref || github.ref }}
@@ -26,12 +26,12 @@ jobs:
2626
attestations: write
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: pnpm/action-setup@v4
3131
- uses: actions/setup-node@v6
3232
with:
3333
node-version: 22
34-
registry-url: 'https://registry.npmjs.org'
34+
registry-url: "https://registry.npmjs.org"
3535
cache: pnpm
3636
- run: pnpm install --frozen-lockfile
3737
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC

0 commit comments

Comments
 (0)