summaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-18 10:44:53 +0000
committerGitHub <noreply@github.com>2024-01-18 10:44:53 +0000
commitdd5da03188f4789309c4246773aae3ef6bc1ec4a (patch)
treee22e9457070f219af297c73bd841875550095bcc /.github
parenteb4f88dc6d05696fdaa1c7af3b514800dcd83f97 (diff)
downloadinfini-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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pages.yml4
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