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.
1 parent 5810140 commit 1a0371aCopy full SHA for 1a0371a
.github/workflows/build-android.yml
@@ -36,7 +36,7 @@ jobs:
36
id: yarn-cache-dir-path
37
run: echo "::set-output name=dir::$(yarn cache dir)"
38
- name: Restore node_modules from cache
39
- uses: actions/cache@v2
+ uses: actions/cache@v5
40
id: yarn-cache
41
with:
42
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
.github/workflows/build-ios.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
0 commit comments