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
+2 -1
View File
@@ -118,7 +118,8 @@ jobs:
working-directory: ${{ inputs.magento_directory }}
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