aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-18 20:09:12 +0000
committerGitHub <noreply@github.com>2024-01-18 20:09:12 +0000
commitb86996fd354f0a229c4266c0e174cd297c27b7ee (patch)
treee22e9457070f219af297c73bd841875550095bcc
parenteb4f88dc6d05696fdaa1c7af3b514800dcd83f97 (diff)
parentdd5da03188f4789309c4246773aae3ef6bc1ec4a (diff)
downloadinfini-b86996fd354f0a229c4266c0e174cd297c27b7ee.tar.gz
infini-b86996fd354f0a229c4266c0e174cd297c27b7ee.zip
Merge pull request #49 from HydroRoll-Team/dependabot/github_actions/actions/cache-4
-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