Skip to content

Commit 3a03b24

Browse files
upgrade to non-deprecated version of actions/cache
1 parent f41cfef commit 3a03b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
cmd: install
108108

109109
- name: Gatsby Cache
110-
uses: actions/cache@v2
110+
uses: actions/cache@v3
111111
with:
112112
path: |
113113
public
@@ -211,7 +211,7 @@ jobs:
211211
cmd: install
212212

213213
- name: Gatsby Cache
214-
uses: actions/cache@v2
214+
uses: actions/cache@v3
215215
with:
216216
path: |
217217
public

0 commit comments

Comments
 (0)