Skip to content

Commit 11c07bf

Browse files
committed
Remove github action deprecation
1 parent 7fcc970 commit 11c07bf

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
@@ -98,7 +98,7 @@ jobs:
9898
- run: composer validate
9999

100100
- id: composer-cache
101-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
101+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
102102

103103
- uses: actions/cache@v3
104104
with:

0 commit comments

Comments
 (0)