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 cf8049e + d5d4547 commit b5a2a90Copy full SHA for b5a2a90
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v6
39
with:
40
lfs: true
41
- - uses: actions/cache@v1.1.0
+ - uses: actions/cache@v5.0.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