Skip to content

Commit 0721424

Browse files
committed
fix ci deprecations
1 parent b79ab43 commit 0721424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
composer-flags: '--prefer-stable --prefer-lowest'
2121
steps:
2222
- name: Check out code into the workspace
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
- name: Setup PHP ${{ matrix.php-version }}
2525
uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ matrix.php-version }}
2828
- name: Validate composer.json
2929
run: composer validate --strict --no-check-lock
3030
- name: Composer cache
31-
uses: actions/cache@v2
31+
uses: actions/cache@v3
3232
with:
3333
path: ${{ env.HOME }}/.composer/cache
3434
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)