We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7057e5c commit 4b704fdCopy full SHA for 4b704fd
2 files changed
.github/actions/install-dependencies/action.yml
@@ -19,7 +19,7 @@ outputs:
19
runs:
20
using: 'composite'
21
steps:
22
- - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
23
with:
24
node-version-file: '.nvmrc'
25
- run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
.github/workflows/_resolve-yarn-lock.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
31
token: ${{ steps.get-token.outputs.token }}
32
33
34
35
0 commit comments