@@ -25,17 +25,17 @@ jobs:
2525 id : run-action
2626 with :
2727 name : my-binary
28- - uses : armakuni/github-actions/assert-equals@v0.19.4
28+ - uses : armakuni/github-actions/assert-equals@v0.19.5
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.4
33+ - uses : armakuni/github-actions/assert-equals@v0.19.5
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.4
38+ - uses : armakuni/github-actions/assert-equals@v0.19.5
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.4
71+ - uses : armakuni/github-actions/assert-equals@v0.19.5
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.4
76+ - uses : armakuni/github-actions/assert-equals@v0.19.5
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.4
81+ - uses : armakuni/github-actions/assert-equals@v0.19.5
8282 name : Check suffix
8383 with :
8484 expected : ${{ matrix.os.expected-suffix }}
0 commit comments