Skip to content

Commit 827ce4e

Browse files
renovate[bot]robstoll
authored andcommitted
Update actions/cache action to v6
1 parent af38d96 commit 827ce4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
63+
uses: actions/cache@v6
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@v6
2929

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

0 commit comments

Comments
 (0)