Skip to content

Commit 7775b3e

Browse files
authored
Update test.yml (#708)
1 parent a28f76b commit 7775b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
package-release: [dist]
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Setup PHP ${{ matrix.php }}
2424
uses: shivammathur/setup-php@v2
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3232

3333
- name: Setup Composer cache
34-
uses: actions/cache@v1
34+
uses: actions/cache@v3
3535
with:
3636
path: ${{ steps.composer-cache.outputs.dir }}
3737
key: composer-${{ runner.os }}-${{ matrix.php }}-${{ matrix.package-release }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)