Skip to content

Commit 4da027c

Browse files
committed
TASK: Update actions/cache@v3
1 parent 28a9a95 commit 4da027c

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
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5353
shell: bash
5454

55-
- uses: actions/cache@v2
55+
- uses: actions/cache@v3
5656
with:
5757
path: ${{ steps.composer-cache.outputs.dir }}
5858
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)