Skip to content

Commit 75bf890

Browse files
ci(deps): bump actions/setup-node from 4.0.0 to 4.0.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54356c5 commit 75bf890

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

β€Ž.github/workflows/canBuild.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout πŸ›ŽοΈ
1010
uses: actions/checkout@v4
1111
- name: Set up Node.js ✨
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313
with:
1414
node-version: '18.x'
1515
- name: Install πŸ’»

β€Ž.github/workflows/documentation.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Setup Node
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].1
2626
with:
2727
node-version: "lts/*"
2828

β€Ž.github/workflows/lint.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
- name: πŸ”¨ Setup Node.js
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
with:
1919
node-version: 18
2020
- name: 🚧 Install dependencies

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Setup Node.js ✨
31-
uses: actions/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
node-version: "lts/*"
3434
- name: Install dependencies πŸ’»

β€Ž.github/workflows/tests.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout πŸ›ŽοΈ
1010
uses: actions/checkout@v4
1111
- name: Set up Node.js ✨
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313
with:
1414
node-version: '18.x'
1515
- name: Install πŸ’»

0 commit comments

Comments
Β (0)