Skip to content

Commit 0069538

Browse files
committed
Update GitHub Actions
Node.js 16 actions are deprecated
1 parent 0dad74b commit 0069538

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
- name: Use PHP ${{ matrix.php-version }}
3636
uses: shivammathur/setup-php@v2
@@ -42,7 +42,7 @@ jobs:
4242
id: composercache
4343
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4444
- name: Cache dependencies
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: ${{ steps.composercache.outputs.dir }}
4848
key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)