Skip to content

Commit f2bba4e

Browse files
authored
chore(github): Update Github Actions deprecations
1 parent ce8194d commit f2bba4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
phpstan: '1'
1616
steps:
1717
- name: Checkout Coder
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Setup PHP, with composer and extensions
2020
uses: shivammathur/setup-php@v2
2121
with:
@@ -25,9 +25,9 @@ jobs:
2525
coverage: none
2626
- name: Get composer cache directory
2727
id: composercache
28-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
28+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2929
- name: Cache composer dependencies
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
with:
3232
path: ${{ steps.composercache.outputs.dir }}
3333
# Use composer.json for key, if composer.lock is not committed.

0 commit comments

Comments
 (0)