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 ba7f1b8 commit 12428f2Copy full SHA for 12428f2
.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@v4.2.4
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