@@ -25,17 +25,17 @@ jobs:
2525 id : run-action
2626 with :
2727 name : my-binary
28- - uses : armakuni/github-actions/assert-equals@v0.19.5
28+ - uses : armakuni/github-actions/assert-equals@v0.19.6
2929 name : Check name
3030 with :
3131 expected : ${{ matrix.os.expected-name }}
3232 actual : ${{ steps.run-action.outputs.name }}
33- - uses : armakuni/github-actions/assert-equals@v0.19.5
33+ - uses : armakuni/github-actions/assert-equals@v0.19.6
3434 name : Check name-with-arch
3535 with :
3636 expected : ${{ matrix.os.expected-name-with-arch }}
3737 actual : ${{ steps.run-action.outputs.name-with-arch }}
38- - uses : armakuni/github-actions/assert-equals@v0.19.5
38+ - uses : armakuni/github-actions/assert-equals@v0.19.6
3939 name : Check suffix
4040 with :
4141 expected : ${{ matrix.os.expected-suffix }}
@@ -68,17 +68,17 @@ jobs:
6868 linux-suffix : linux
6969 windows-suffix : windows
7070 macos-suffix : macos
71- - uses : armakuni/github-actions/assert-equals@v0.19.5
71+ - uses : armakuni/github-actions/assert-equals@v0.19.6
7272 name : Check name
7373 with :
7474 expected : ${{ matrix.os.expected-name }}
7575 actual : ${{ steps.run-action.outputs.name }}
76- - uses : armakuni/github-actions/assert-equals@v0.19.5
76+ - uses : armakuni/github-actions/assert-equals@v0.19.6
7777 name : Check name-with-arch
7878 with :
7979 expected : ${{ matrix.os.expected-name-with-arch }}
8080 actual : ${{ steps.run-action.outputs.name-with-arch }}
81- - uses : armakuni/github-actions/assert-equals@v0.19.5
81+ - uses : armakuni/github-actions/assert-equals@v0.19.6
8282 name : Check suffix
8383 with :
8484 expected : ${{ matrix.os.expected-suffix }}
0 commit comments