Skip to content

Commit d02ceaa

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
chore(actions): bump actions/setup-node from 6.2.0 to 6.3.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@6044e13...53b8394) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77a8cb5 commit d02ceaa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/check-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Use Node.js LTS version
29-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
29+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
3030
with:
3131
node-version: lts/Krypton
3232

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Use Node.js LTS version
24-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
24+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
2525
with:
2626
node-version: lts/Krypton
2727

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Use Node.js LTS version
31-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
31+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
3232
with:
3333
node-version: lts/Krypton
3434

.github/workflows/pr-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Use Node.js LTS version
22-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
22+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
2323
with:
2424
node-version: lts/Krypton
2525

.github/workflows/redeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Use Node.js LTS version
29-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
29+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
3030
with:
3131
node-version: lts/Krypton
3232

0 commit comments

Comments
 (0)