Skip to content

Commit c0d2eeb

Browse files
chore: fix ci deprecations (#150)
Co-authored-by: Christopher Georg <[email protected]>
1 parent 3c5cf18 commit c0d2eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030

3131
- name: Setup PHP
3232
uses: shivammathur/setup-php@v2
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Get Composer Cache Directory
3939
id: composer-cache
40-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
40+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4141

4242
- name: Cache dependencies
4343
uses: actions/cache@v3

0 commit comments

Comments
 (0)