Skip to content

Commit f347dc8

Browse files
committed
ci: bump GitHub actions
1 parent 59b3b28 commit f347dc8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ jobs:
1616
include:
1717
- { php-version: 'nightly', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Use php ${{ matrix.php-version }}
2121
uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: ${{ matrix.php-version }}
2424
coverage: pcov
2525
- name: Get Composer Cache Directory
2626
id: composer-cache
27-
run: |
28-
echo "::set-output name=dir::$(composer config cache-files-dir)"
27+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2928
- name: Restore cache
30-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3130
with:
3231
path: ${{ steps.composer-cache.outputs.dir }}
3332
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)