diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75a7dd2..d52bb2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,8 +49,8 @@ jobs: printf "\n\nSystem environment:\n\n" env # Calculate the short SHA1 hash of the git commit - echo "::set-output name=short_sha::$(git rev-parse --short HEAD)" - echo "::set-output name=go_cache::$(go env GOCACHE)" + echo "short_sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" + echo "go_cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT" # - name: Cache the build cache # uses: actions/cache@v2