Skip to content

Commit de3a1f8

Browse files
committed
Fix GitHub Actions deprecation
1 parent 243db94 commit de3a1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Get Composer's cache directory
3131
id: composer-cache-path
32-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
32+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3333

3434
- name: Cache Composer dependencies
3535
uses: actions/cache@v3

0 commit comments

Comments
 (0)