Skip to content

Commit 9e93e45

Browse files
committed
Update GitHub Action actions/cache from v2 to v3
1 parent dbd267c commit 9e93e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
5050

5151
- name: Cache composer dependencies
52-
uses: actions/cache@v2
52+
uses: actions/cache@v3
5353
with:
5454
path: ${{ steps.composer-cache.outputs.dir }}
5555
key: ${{ runner.os }}-composer-${{ github.sha }}

0 commit comments

Comments
 (0)