Skip to content

Commit fdd8779

Browse files
committed
Remove use of deprecated GHA set var
See [GitHub Actions: Deprecating save-state and set-output commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)
1 parent e91179d commit fdd8779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror-intel-llvm-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python3 unified-runtime/scripts/mirror-commits-from-intel-llvm.py unified-runtime intel-llvm
3838
3939
- id: date
40-
run: echo "::set-output name=value::$(date +'%Y-%m-%d')"
40+
run: echo "value=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
4141

4242
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
4343
with:

0 commit comments

Comments
 (0)