From 6407ab2d751b8ee0a4718fd9c9ddf9afacfa2917 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Tue, 11 Jun 2024 12:32:54 +1000 Subject: [PATCH] Update cache action --- template/.github/workflows/ghpages.yml | 2 +- template/.github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/ghpages.yml b/template/.github/workflows/ghpages.yml index 3d37d41f..ed9b4411 100644 --- a/template/.github/workflows/ghpages.yml +++ b/template/.github/workflows/ghpages.yml @@ -27,7 +27,7 @@ jobs: run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT" - name: "Caching" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .refcache diff --git a/template/.github/workflows/publish.yml b/template/.github/workflows/publish.yml index 5248ac13..264812f7 100644 --- a/template/.github/workflows/publish.yml +++ b/template/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT" - name: "Caching" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .refcache