From 7bd3e22981ef491ccaad306caac7943c7634a11d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:11:28 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/build-deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index b8f3148..901c00c 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -64,7 +64,7 @@ jobs: # You may remove this line if you want to manage the configuration yourself. static_site_generator: gatsby - name: Restore cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | public diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 857ef1b..d0e728b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: # You may remove this line if you want to manage the configuration yourself. static_site_generator: gatsby - name: Restore cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | public