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 4295b0f commit 8dbd237Copy full SHA for 8dbd237
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v2
38
with:
39
lfs: true
40
- - uses: actions/cache@v1.1.0
+ - uses: actions/cache@v3.3.1
41
42
path: Library
43
key: Library-test-project-${{ matrix.targetPlatform }}
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
path: ${{ matrix.projectPath }}/Library
89
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
.github/workflows/package.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
0 commit comments