diff options
| author | 2024-01-18 20:09:12 +0000 | |
|---|---|---|
| committer | 2024-01-18 20:09:12 +0000 | |
| commit | b86996fd354f0a229c4266c0e174cd297c27b7ee (patch) | |
| tree | e22e9457070f219af297c73bd841875550095bcc /.github | |
| parent | eb4f88dc6d05696fdaa1c7af3b514800dcd83f97 (diff) | |
| parent | dd5da03188f4789309c4246773aae3ef6bc1ec4a (diff) | |
| download | infini-b86996fd354f0a229c4266c0e174cd297c27b7ee.tar.gz infini-b86996fd354f0a229c4266c0e174cd297c27b7ee.zip | |
Merge pull request #49 from HydroRoll-Team/dependabot/github_actions/actions/cache-4
Diffstat (limited to '.github')
| -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 |
