Skip to content

Commit 1bdb1ce

Browse files
fix(deps): bump armakuni/github-actions from 0.19.6 to 0.19.10
Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.19.6 to 0.19.10. - [Release notes](https://github.com/armakuni/github-actions/releases) - [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md) - [Commits](armakuni/github-actions@v0.19.6...v0.19.10) --- updated-dependencies: - dependency-name: armakuni/github-actions dependency-version: 0.19.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1949f1 commit 1bdb1ce

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
check-conventional-commits:
11-
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.6
11+
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.10
1212

1313
test-checkout-rust-project:
1414
uses: ./.github/workflows/test-checkout-rust-project.yml
@@ -37,4 +37,4 @@ jobs:
3737
if: github.ref == 'refs/heads/main'
3838
needs:
3939
- all-tests-succeeded
40-
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.6
40+
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.10

.github/workflows/test-determine-binary-name.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
id: run-action
2626
with:
2727
name: my-binary
28-
- uses: armakuni/github-actions/assert-equals@v0.19.6
28+
- uses: armakuni/github-actions/assert-equals@v0.19.10
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.6
33+
- uses: armakuni/github-actions/assert-equals@v0.19.10
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.6
38+
- uses: armakuni/github-actions/assert-equals@v0.19.10
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.6
71+
- uses: armakuni/github-actions/assert-equals@v0.19.10
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.6
76+
- uses: armakuni/github-actions/assert-equals@v0.19.10
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.6
81+
- uses: armakuni/github-actions/assert-equals@v0.19.10
8282
name: Check suffix
8383
with:
8484
expected: ${{ matrix.os.expected-suffix }}

.github/workflows/test-determine-release-url.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
binary-name: my-binary
2222
owner: example-org
2323
repository: example-app
24-
- uses: armakuni/github-actions/assert-equals@v0.19.6
24+
- uses: armakuni/github-actions/assert-equals@v0.19.10
2525
name: Check url
2626
with:
2727
expected: ${{ matrix.os.expected-url }}
@@ -49,7 +49,7 @@ jobs:
4949
linux-suffix: linux
5050
windows-suffix: windows
5151
macos-suffix: macos
52-
- uses: armakuni/github-actions/assert-equals@v0.19.6
52+
- uses: armakuni/github-actions/assert-equals@v0.19.10
5353
name: Check url
5454
with:
5555
expected: ${{ matrix.os.expected-url }}

0 commit comments

Comments
 (0)