We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 691b1d5 + 25635d5 commit 0a0d600Copy full SHA for 0a0d600
.github/actions/yarn-install/action.yaml
@@ -7,12 +7,12 @@ runs:
7
steps:
8
# In case we're running on a self-hosted runner without `yarn` installed,
9
# set up NodeJS, enable `yarn`, and then handle the caching.
10
- - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
11
with:
12
node-version-file: package.json
13
- run: corepack enable yarn
14
shell: bash
15
16
17
18
cache: yarn
0 commit comments