Skip to content

Commit 7ee3c2c

Browse files
committed
build: convert ::set-output to $GITHUB_OUTPUT
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 514b2b8 commit 7ee3c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: 1.19.x
2424
- id: go-env
2525
run: |
26-
echo "::set-output name=go-mod-cache::$(go env GOMODCACHE)"
26+
echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
2727
- name: Restore Go cache
2828
uses: actions/cache@v3
2929
with:

0 commit comments

Comments
 (0)