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