Skip to content

Commit 50c3213

Browse files
committed
Update GitHub workflows
1 parent 672658f commit 50c3213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
cache-dependency-path: 'yarn.lock'
6464

6565
- name: Gatsby Cache
66-
uses: actions/cache@v3.3.2
66+
uses: actions/cache@v4
6767
with:
6868
path: |
6969
public

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
cache-dependency-path: 'yarn.lock'
7575

7676
- name: Gatsby Cache
77-
uses: actions/cache@v3.3.2
77+
uses: actions/cache@v4
7878
with:
7979
path: |
8080
public

0 commit comments

Comments
 (0)