refactor: fix ::set-output deprecations (#79)

This commit is contained in:
Gowri
2022-10-21 06:28:22 +10:30
committed by GitHub
parent 84c16c2ad9
commit d8936216c0
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ runs:
working-directory: ${{ inputs.source_folder }}
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: "Cache Composer Packages"
uses: actions/cache@v3