Skip to content

Commit 72d1d82

Browse files
Update actions/cache action to v6
1 parent fdf7c6b commit 72d1d82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
java-version: 21
4949

5050
- name: Cache Gradle and wrapper
51-
uses: actions/cache@v5
51+
uses: actions/cache@v6
5252
with:
5353
path: |
5454
~/.gradle/caches

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: 3.x
1818
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
19-
- uses: actions/cache@v5
19+
- uses: actions/cache@v6
2020
with:
2121
key: mkdocs-material-${{ env.cache_id }}
2222
path: .cache

0 commit comments

Comments
 (0)