Skip to content

Commit f856534

Browse files
committed
upgrade to non-deprecated version of actions/cache
1 parent cafcdcc commit f856534

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
@@ -114,7 +114,7 @@ jobs:
114114
cmd: install
115115

116116
- name: Gatsby Cache
117-
uses: actions/cache@v2
117+
uses: actions/cache@v3
118118
with:
119119
path: |
120120
public
@@ -218,7 +218,7 @@ jobs:
218218
cmd: install
219219

220220
- name: Gatsby Cache
221-
uses: actions/cache@v2
221+
uses: actions/cache@v3
222222
with:
223223
path: |
224224
public

0 commit comments

Comments
 (0)