Skip to content

Commit

Permalink
Merge pull request #25 from coopnorge/remove-set-output
Browse files Browse the repository at this point in the history
Remove set-output
  • Loading branch information
DylanWatson44 authored May 22, 2023
2 parents 1112282 + 6d2d17c commit ba36dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Find the Go Build Cache
id: go
run: echo "::set-output name=cache::$(make go.cachedir)"
run: echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT

- name: Cache the Go Build Cache
uses: actions/cache@v2
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Find the Go Build Cache
id: go
run: echo "::set-output name=cache::$(make go.cachedir)"
run: echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT

- name: Cache the Go Build Cache
uses: actions/cache@v2
Expand Down

0 comments on commit ba36dd0

Please sign in to comment.