diff options
| author | 2024-01-18 10:44:53 +0000 | |
|---|---|---|
| committer | 2024-01-18 10:44:53 +0000 | |
| commit | dd5da03188f4789309c4246773aae3ef6bc1ec4a (patch) | |
| tree | e22e9457070f219af297c73bd841875550095bcc | |
| parent | eb4f88dc6d05696fdaa1c7af3b514800dcd83f97 (diff) | |
| download | infini-dd5da03188f4789309c4246773aae3ef6bc1ec4a.tar.gz infini-dd5da03188f4789309c4246773aae3ef6bc1ec4a.zip | |
chore(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -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 |
