Skip to content

Commit 7e451f6

Browse files
Update actions/cache action to v5 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9505a72 commit 7e451f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Gradle
3636
uses: gradle/actions/setup-gradle@v4
3737
- run: echo "CACHE_ID=$(date --utc '+%V')" >> $GITHUB_ENV
38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v5
3939
with:
4040
key: mkdocs-material-${{ env.CACHE_ID }}
4141
path: .cache

0 commit comments

Comments
 (0)