Skip to content

Commit 4be91b0

Browse files
dajudgeclaude
andauthored
Replace deprecated set-output with GITHUB_OUTPUT (#415)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 0a30190 commit 4be91b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
matrix=$( cat k8s-versions.json | jq '{version: [keys[] as $k | .[$k].versions[] | .k8s as $v | "\($k) \($v)"]}' -c )
1818
echo $matrix
19-
echo "::set-output name=matrix::$matrix"
19+
echo "matrix=$matrix" >> $GITHUB_OUTPUT
2020
2121
check-matrix:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)