Skip to content

Commit 3c4c48e

Browse files
upgrade to non-deprecated version of actions/cache
1 parent 88cb448 commit 3c4c48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
cmd: install
112112

113113
- name: Gatsby Cache
114-
uses: actions/cache@v2
114+
uses: actions/cache@v3
115115
with:
116116
path: |
117117
public
@@ -215,7 +215,7 @@ jobs:
215215
cmd: install
216216

217217
- name: Gatsby Cache
218-
uses: actions/cache@v2
218+
uses: actions/cache@v3
219219
with:
220220
path: |
221221
public

0 commit comments

Comments
 (0)