From 3b3dde5d2edb7455adc815d24d257b73c9dfc575 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:55:47 +0900 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#958) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-to-prod.yml | 4 ++-- .github/workflows/deploy-to-stg.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-to-prod.yml b/.github/workflows/deploy-to-prod.yml index 17ae2f97..5dfd0081 100644 --- a/.github/workflows/deploy-to-prod.yml +++ b/.github/workflows/deploy-to-prod.yml @@ -30,7 +30,7 @@ jobs: node-version-file: ".node-version" cache: "yarn" - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: | public @@ -64,7 +64,7 @@ jobs: --distribution-id ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }} \ --paths "/*" - - uses: actions/cache/save@v3 + - uses: actions/cache/save@v4 with: path: | public diff --git a/.github/workflows/deploy-to-stg.yml b/.github/workflows/deploy-to-stg.yml index 2cd912c2..06213fc7 100644 --- a/.github/workflows/deploy-to-stg.yml +++ b/.github/workflows/deploy-to-stg.yml @@ -31,7 +31,7 @@ jobs: node-version-file: ".node-version" cache: "yarn" - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: | public @@ -61,7 +61,7 @@ jobs: - uses: actions/deploy-pages@v4 - - uses: actions/cache/save@v3 + - uses: actions/cache/save@v4 with: path: | public