Skip to content

Commit e8aba07

Browse files
dependabot[bot]aneshlya
authored andcommitted
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 61655a5 commit e8aba07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Set up Node.js using a pinned commit SHA.
2626
- name: Set up Node.js
27-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0
27+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0
2828
# Replace the above SHA with your chosen pinned commit.
2929
with:
3030
node-version: '18'

0 commit comments

Comments
 (0)