File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121
2222 steps :
2323 - name : Checkout 🛎
24- uses : actions/checkout@master
24+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
2626 - name : Setup node env 🏗
27- uses : actions/setup-node@v2.1.5
27+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2828 with :
2929 node-version : ${{ matrix.node }}
3030 check-latest : true
3434 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
3535
3636 - name : Cache node_modules 📦
37- uses : actions/cache@v2.1.4
37+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3838 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939 with :
4040 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments