We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf65865 + 310f371 commit 02ab08fCopy full SHA for 02ab08f
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@master
24
25
- name: Setup node env 🏗
26
- uses: actions/setup-node@v3.5.0
+ uses: actions/setup-node@v3.5.1
27
with:
28
node-version: ${{ matrix.node }}
29
check-latest: true
@@ -33,7 +33,7 @@ jobs:
33
run: echo "::set-output name=dir::$(yarn cache dir)"
34
35
- name: Cache node_modules 📦
36
- uses: actions/cache@v3.0.10
+ uses: actions/cache@v3.0.11
37
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
38
39
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments