Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a19480d

Browse files
committedOct 11, 2022
ci: remove use of deprecated set-output
1 parent aca3c95 commit a19480d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
echo "VERSION=${{ github.event.inputs.conformance-version }}" >> $GITHUB_ENV
112112
- id: cache-key
113-
run: echo "::set-output name=value::suite-${{ hashFiles('.github/workflows/test.yml') }}-${{ env.VERSION }}"
113+
run: echo "value=suite-${{ hashFiles('.github/workflows/test.yml') }}-${{ env.VERSION }}" >> $GITHUB_OUTPUT
114114
- name: Load Cached Conformance Suite Build
115115
uses: actions/cache@v3
116116
id: cache

0 commit comments

Comments
 (0)
Failed to load comments.