Skip to content

Commit bffa029

Browse files
renovate[bot]lordrip
authored andcommitted
chore(deps): update actions/setup-node action to v4
1 parent 500bede commit bffa029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0 # Checkout all branches and tags
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414

15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '18.x'
1818
registry-url: 'https://registry.npmjs.org'

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0 # Checkout all branches and tags
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121

22-
- uses: actions/setup-node@v3
22+
- uses: actions/setup-node@v4
2323
with:
2424
node-version: '18.x'
2525
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)