Skip to content

Commit

Permalink
[ci] Deprecated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed Sep 4, 2024
1 parent cfd3649 commit 390ac81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: core-v-submodule-hash
run: |
cd verif/core-v-verif
echo "::set-output name=hash::$(git rev-parse HEAD)"
echo "hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Cache toolchain
id: cache-toolchain
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
id: core-v-submodule-hash
run: |
cd verif/core-v-verif
echo "::set-output name=hash::$(git rev-parse HEAD)"
echo "hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Cache toolchain
id: cache-toolchain
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
id: core-v-submodule-hash
run: |
cd verif/core-v-verif
echo "::set-output name=hash::$(git rev-parse HEAD)"
echo "hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Cache toolchain
id: cache-toolchain
Expand Down

0 comments on commit 390ac81

Please sign in to comment.