|
@@ -11,7 +11,7 @@ jobs:
|
|
outputs:
|
|
outputs:
|
|
matrix: ${{ steps.matrix.outputs.s6_arch }}
|
|
matrix: ${{ steps.matrix.outputs.s6_arch }}
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
- id: matrix
|
|
- id: matrix
|
|
run: |
|
|
run: |
|
|
echo '::set-output name=s6_arch::'$(cut -f1 conf/toolchains | sed -z '$ s/\n$//' | jq -R -s -c 'split("\n")')
|
|
echo '::set-output name=s6_arch::'$(cut -f1 conf/toolchains | sed -z '$ s/\n$//' | jq -R -s -c 'split("\n")')
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
s6_arch: ${{fromJson(needs.setup.outputs.matrix)}}
|
|
s6_arch: ${{fromJson(needs.setup.outputs.matrix)}}
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
|
|
|
|
# normalize version (remove 'git/refs/', remove leading 'v')
|
|
# normalize version (remove 'git/refs/', remove leading 'v')
|
|
- run: |
|
|
- run: |
|