Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#958)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent 3bc2d46 commit 3b3dde5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: actions/deploy-pages@v4

- uses: actions/cache/save@v3
- uses: actions/cache/save@v4
with:
path: |
public
Expand Down

0 comments on commit 3b3dde5

Please sign in to comment.