We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ef9fbf + fe17bd7 commit f377dd8Copy full SHA for f377dd8
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v6
39
with:
40
lfs: true
41
- - uses: actions/cache@v5.0.3
+ - uses: actions/cache@v5.0.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