Fix deprecated set-output command

This commit is contained in:
abejgonzalez
2023-07-10 17:15:49 -07:00
parent 7d5eea5e4c
commit 9d9c480960

View File

@@ -166,7 +166,7 @@ jobs:
- name: Generate keys
id: genkey
run: |
echo "::set-output name=extra-tests-cache-key::extra-tests-${{ github.sha }}"
echo "extra-tests-cache-key=extra-tests-${{ github.sha }}" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
id: build-extra-tools-cache
with: