We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6402e commit 6055c0cCopy full SHA for 6055c0c
2 files changed
.github/workflows/NativeAutomatedTestsAndroid.yml
@@ -49,7 +49,7 @@ jobs:
49
id: yarn-cache-dir-path
50
run: echo "dir=$(yarn config get cacheFolder)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
51
- name: "Defining cache"
52
- uses: actions/cache@v4
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
53
env:
54
cache-name: cache-node-modules
55
with:
.github/workflows/UnitTests.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments