We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9505a72 commit 7e451f6Copy full SHA for 7e451f6
1 file changed
.github/workflows/build-website.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set up Gradle
36
uses: gradle/actions/setup-gradle@v4
37
- run: echo "CACHE_ID=$(date --utc '+%V')" >> $GITHUB_ENV
38
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
39
with:
40
key: mkdocs-material-${{ env.CACHE_ID }}
41
path: .cache
0 commit comments