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
|
- name: Get Composer Cache Directory
|
||||||
id: composer-cache
|
id: composer-cache
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=dir::$(composer config cache-files-dir)"
|
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue