Merge pull request #1033 from fluxcd/set-output-deprecation
build: convert ::set-output to $GITHUB_OUTPUT
This commit is contained in:
commit
568b9324ce
|
@ -23,7 +23,7 @@ jobs:
|
|||
go-version: 1.19.x
|
||||
- id: go-env
|
||||
run: |
|
||||
echo "::set-output name=go-mod-cache::$(go env GOMODCACHE)"
|
||||
echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
|
||||
- name: Restore Go cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue