Skip to content

Commit 651573e

Browse files
Update actions/cache action to v3
1 parent 5c21015 commit 651573e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392
./test/node_modules/.bin/playwright install
393393
394394
- name: Cache Caddy
395-
uses: actions/cache@v2
395+
uses: actions/cache@v3
396396
id: caddy-cache
397397
with:
398398
path: |

0 commit comments

Comments
 (0)