Actions: use $GITHUB_OUTPUT instead of ::set-output

This commit is contained in:
ValdikSS 2024-07-23 07:14:35 +03:00
parent 16464646a9
commit cf1f2a8674
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Declare short commit variable
id: vars
run: |
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Install MinGW-w64
run: >