Skip to content

Commit 035213b

Browse files
committed
Update test.yml
Update test.yml Revert "Update test.yml" This reverts commit 4bde004. Revert "Update test.yml" This reverts commit 0a01257. Update test.yml Update test.yml Update test.yml Update test.yml Update test.yml Update test.yml Update test.yml
1 parent e862786 commit 035213b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
COMPOSER_MEMORY_LIMIT: -1
4040
CC_TEST_REPORTER_ID: 2f4620ac239cc7fdb27b299c24422281b04fd8012820ba173e92c70953385958
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- name: Install PHP
4444
uses: shivammathur/setup-php@v2
4545
with:
4646
php-version: ${{ matrix.php }}
4747
env:
4848
COMPOSER_TOKEN: ${{ secrets.COMPOSER_TOKEN }}
4949
- name: Cache PHP dependencies
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
with:
5252
path: vendor
5353
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ matrix.composer_flag }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)