Skip to content

Commit 478ac26

Browse files
JannikBrackjannik brack
andauthored
update actions/cache@v2 -> v3 (#204)
Co-authored-by: jannik brack <jannik.brack@wheregroup.com>
1 parent 77c715b commit 478ac26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Node cache
2525
id: yarn-cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
with:
2828
path: "**/node_modules"
2929
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)