Skip to content

Commit 95fb389

Browse files
chore(deps): update github-actions official (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 595c6b2 commit 95fb389

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: corepack enable
2626

2727
- name: set up node.js v${{ matrix.node }}
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v5
2929
with:
3030
node-version: ${{ matrix.node }}
3131
cache: 'pnpm'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: corepack enable
2222

2323
- name: Setup Node
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
with:
2626
node-version-file: '.nvmrc'
2727
cache: 'pnpm'

.github/workflows/renovate-changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config --global user.name 'Github changeset workflow'
2424
2525
- name: Generate changeset
26-
uses: actions/github-script@v7
26+
uses: actions/github-script@v8
2727
with:
2828
script: |
2929
const { promises: fs } = require("fs");

0 commit comments

Comments
 (0)