Skip to content

Commit 356d5af

Browse files
committed
ci: do not use set-output in actions
1 parent a7482c2 commit 356d5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Load dependencies from cache
2020
id: composer-cache
2121
run: |
22-
echo "::set-output name=dir::$(composer config cache-files-dir)"
22+
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2323
- uses: actions/cache@v4
2424
with:
2525
path: ${{ steps.composer-cache.outputs.dir }}

0 commit comments

Comments
 (0)