Skip to content

Commit 82b1699

Browse files
committed
Upgrade actions/cache@v3
1 parent 9e79e55 commit 82b1699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: echo "::set-output name=dir::$(yarn cache dir)"
104104

105105
- name: Cache dependencies
106-
uses: actions/cache@v2
106+
uses: actions/cache@v3
107107
with:
108108
path: |
109109
${{ steps.composer-cache.outputs.dir }}

0 commit comments

Comments
 (0)