Skip to content

Commit

Permalink
Merge pull request #199 from ANSSI-FR/CI-set-output
Browse files Browse the repository at this point in the history
CI: update deprecated set-output
  • Loading branch information
commial authored Jun 17, 2024
2 parents 14bbbc5 + 3d8981b commit 6a3b9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mla_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
shell: bash
run: |
echo "using version tag ${GITHUB_REF:15}"
echo ::set-output name=version::"${GITHUB_REF:15}"
echo "version=${GITHUB_REF:15}" >> $GITHUB_OUTPUT
- name: Checkout code
uses: actions/checkout@v2
- name: Get Changelog Entry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mlar_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
shell: bash
run: |
echo "using version tag ${GITHUB_REF:15}"
echo ::set-output name=version::"${GITHUB_REF:15}"
echo "version=${GITHUB_REF:15}" >> $GITHUB_OUTPUT
- name: Checkout code
uses: actions/checkout@v2
- name: Get Changelog Entry
Expand Down

0 comments on commit 6a3b9cc

Please sign in to comment.