Skip to content

Commit fd15da1

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 709b10b commit fd15da1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: git fetch --prune --unshallow
2121
- run: git config --global user.name 'Actions'
2222
- run: git config --global user.email '[email protected]'
23-
- uses: actions/setup-node@v3
23+
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node }}
2626
- run: node --version

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# these if statements ensure that a publication only occurs when
2020
# a new release is created:
2121
if: ${{ steps.release.outputs.release_created }}
22-
- uses: actions/setup-node@v3
22+
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 20
2525
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)