Merge pull request #119 from cisagov/bug/update_github_actions_workflow

Remove usage of `set-output` from our GitHub Actions workflow
pull/529/head^2
Nick 1 year ago committed by GitHub
commit 0867685d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

@ -33,7 +33,7 @@ jobs:
- name: Lookup Go cache directory - name: Lookup Go cache directory
id: go-cache id: go-cache
run: | run: |
echo "::set-output name=dir::$(go env GOCACHE)" echo "dir=$(go env GOCACHE)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3 - uses: actions/cache@v3
env: env:
BASE_CACHE_KEY: "${{ github.job }}-${{ runner.os }}-\ BASE_CACHE_KEY: "${{ github.job }}-${{ runner.os }}-\

Loading…
Cancel
Save