Skip to content

Commit 5bda645

Browse files
committed
gha: drop use of 'set-output'
1 parent 85ee2d9 commit 5bda645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v3
1313
- name: List implementations
1414
id: set-matrix
15-
run: echo "::set-output name=matrix::$(cd implementations && ls -1 | jq -ncR '[inputs]')"
15+
run: echo "matrix=$(cd implementations && ls -1 | jq -ncR '[inputs]')" >> $GITHUB_OUTPUT
1616
outputs:
1717
matrix: ${{ steps.set-matrix.outputs.matrix }}
1818

0 commit comments

Comments
 (0)