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