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 5d44477 commit ee23a42Copy full SHA for ee23a42
.github/workflows/quality-assurance.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Cache Android jar
62
id: android-cache
63
- uses: actions/cache@v4
+ uses: actions/cache@v5
64
with:
65
path: android-jar-cache
66
key: ${{ runner.os }}-android-version-26
.github/workflows/samples-windows.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: gradle/actions/setup-gradle@v5
29
30
- name: Cache maven dependencies
31
32
33
path: ~/.m2/repository
34
key: samples-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments