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 5437b65 commit af96f5aCopy full SHA for af96f5a
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v4
39
with:
40
lfs: true
41
- - uses: actions/cache@v1.1.0
+ - uses: actions/cache@v3.3.1
42
43
path: Library
44
key: Library-test-project-${{ matrix.targetPlatform }}
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
path: ${{ matrix.projectPath }}/Library
90
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
.github/workflows/package.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments