Skip to content

Commit

Permalink
Upgrade actions/cache in the GitHub workflows (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov authored Feb 18, 2025
1 parent 0214e62 commit 2cde70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cache-dependency-path: 'yarn.lock'

- name: Gatsby Cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4
with:
path: |
public
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
cache-dependency-path: 'yarn.lock'

- name: Gatsby Cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4
with:
path: |
public
Expand Down

0 comments on commit 2cde70c

Please sign in to comment.