Skip to content

Commit dc0bd58

Browse files
authored
Merge pull request #425 from modelix/dependabot/github_actions/actions/setup-node-4
build(deps): bump actions/setup-node from 3 to 4
2 parents 6054f26 + a531852 commit dc0bd58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dry-run-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# branches.
2727
run: git checkout -b main
2828
- name: Setup Node.js
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: 18
3232
- name: Cache Node packages

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
packages: write
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '18.3.0'
2020
registry-url: 'https://artifacts.itemis.cloud/repository/npm-open/'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
token: ${{ secrets.RELEASE_TOKEN }}
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: 18
2222
- name: Cache Node packages

0 commit comments

Comments
 (0)