ci: replace deprecated set-output (#2408)
This commit is contained in:
parent
fb3fc74705
commit
03e17001d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/legacy.yml
vendored
2
.github/workflows/legacy.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
- name: Get Composer Cache Directory
|
||||
id: composer-cache
|
||||
run: |
|
||||
echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue