Skip to content

Commit 2d4d910

Browse files
committed
Remove deprecation in github action
1 parent 4f81d10 commit 2d4d910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: composer validate
5252

5353
- id: composer-cache
54-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
54+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5555

5656
- uses: actions/cache@v3
5757
with:

0 commit comments

Comments
 (0)