diff options
| author | 2024-01-25 14:43:40 +0800 | |
|---|---|---|
| committer | 2024-01-25 14:43:40 +0800 | |
| commit | 525369d2126960612ce230fb96c34d963a159f04 (patch) | |
| tree | 49dbb75241e9aa4567131cb434a127e7c0c96b6a | |
| parent | 3c3e121bc845573a2d2408c0db6be6f841fd8efc (diff) | |
| parent | b86996fd354f0a229c4266c0e174cd297c27b7ee (diff) | |
| download | infini-525369d2126960612ce230fb96c34d963a159f04.tar.gz infini-525369d2126960612ce230fb96c34d963a159f04.zip | |
Merge branch 'HydroRoll-Team:master' into master
| -rw-r--r-- | .github/workflows/pages.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 94ba003c..087819ba 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -20,7 +20,7 @@ jobs: with: python-version: 3.x - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: key: mkdocs-material-${{ env.cache_id }} path: .cache @@ -40,7 +40,7 @@ jobs: git push origin gh-pages - name: Save build cache - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: key: mkdocs-material-${{ hashfiles('.cache/**') }} path: .cache |
