Skip to content

Commit ee23a42

Browse files
renovate[bot]robstoll
authored andcommitted
Update actions/cache action to v5
1 parent 5d44477 commit ee23a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache Android jar
6262
id: android-cache
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
path: android-jar-cache
6666
key: ${{ runner.os }}-android-version-26

.github/workflows/samples-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: gradle/actions/setup-gradle@v5
2929

3030
- name: Cache maven dependencies
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: ~/.m2/repository
3434
key: samples-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)