We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee547b1 + 46c4404 commit 6a9e7c9Copy full SHA for 6a9e7c9
1 file changed
.github/workflows/CI.yml
@@ -16,16 +16,16 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
18
steps:
19
- - uses: actions/checkout@v1
20
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
+ - uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
21
with:
22
node-version: ${{ matrix.node }}
23
24
- run: npm install -g yarn
25
26
- id: yarn-cache
27
run: echo "::set-output name=dir::$(yarn cache dir)"
28
- - uses: actions/cache@v1
+ - uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
29
30
path: ${{ steps.yarn-cache.outputs.dir }}
31
key: ${{ matrix.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments