Skip to content

Commit 0a0d600

Browse files
authored
Merge pull request #9998 from rancher-sandbox/dependabot/github_actions/dot-github/actions/yarn-install/actions/setup-node-6.3.0
build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 in /.github/actions/yarn-install
2 parents 691b1d5 + 25635d5 commit 0a0d600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/yarn-install/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ runs:
77
steps:
88
# In case we're running on a self-hosted runner without `yarn` installed,
99
# set up NodeJS, enable `yarn`, and then handle the caching.
10-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
10+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1111
with:
1212
node-version-file: package.json
1313
- run: corepack enable yarn
1414
shell: bash
15-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
15+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1616
with:
1717
node-version-file: package.json
1818
cache: yarn

0 commit comments

Comments
 (0)