Skip to content

Commit 0867685

Browse files
authored
Merge pull request #119 from cisagov/bug/update_github_actions_workflow
Remove usage of `set-output` from our GitHub Actions workflow
2 parents a8bcddd + 71a88a5 commit 0867685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Lookup Go cache directory
3434
id: go-cache
3535
run: |
36-
echo "::set-output name=dir::$(go env GOCACHE)"
36+
echo "dir=$(go env GOCACHE)" >> $GITHUB_OUTPUT
3737
- uses: actions/cache@v3
3838
env:
3939
BASE_CACHE_KEY: "${{ github.job }}-${{ runner.os }}-\

0 commit comments

Comments
 (0)