From 390ac81db6d033d759dc73350f72f6b2bf456a7c Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 4 Sep 2024 13:27:16 +0000 Subject: [PATCH] [ci] Deprecated set-output --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9715ea6573..6298467a83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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