Merge pull request #1033 from fluxcd/set-output-deprecation

build: convert ::set-output to $GITHUB_OUTPUT
This commit is contained in:
Hidde Beydals 2023-02-20 11:25:52 +01:00 committed by GitHub
commit 568b9324ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: