From 4454cb48e23244032b1637d3910802960cb71f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:10:53 +0000 Subject: [PATCH] fix(deps): bump armakuni/github-actions from 0.19.6 to 0.19.11 Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.19.6 to 0.19.11. - [Release notes](https://github.com/armakuni/github-actions/releases) - [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/armakuni/github-actions/compare/v0.19.6...v0.19.11) --- updated-dependencies: - dependency-name: armakuni/github-actions dependency-version: 0.19.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-determine-binary-name.yml | 12 ++++++------ .github/workflows/test-determine-release-url.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-determine-binary-name.yml b/.github/workflows/test-determine-binary-name.yml index 510524c..d179d0c 100644 --- a/.github/workflows/test-determine-binary-name.yml +++ b/.github/workflows/test-determine-binary-name.yml @@ -25,17 +25,17 @@ jobs: id: run-action with: name: my-binary - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.11 name: Check name with: expected: ${{ matrix.os.expected-name }} actual: ${{ steps.run-action.outputs.name }} - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.11 name: Check name-with-arch with: expected: ${{ matrix.os.expected-name-with-arch }} actual: ${{ steps.run-action.outputs.name-with-arch }} - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.11 name: Check suffix with: expected: ${{ matrix.os.expected-suffix }} @@ -68,17 +68,17 @@ jobs: linux-suffix: linux windows-suffix: windows macos-suffix: macos - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.11 name: Check name with: expected: ${{ matrix.os.expected-name }} actual: ${{ steps.run-action.outputs.name }} - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.11 name: Check name-with-arch with: expected: ${{ matrix.os.expected-name-with-arch }} actual: ${{ steps.run-action.outputs.name-with-arch }} - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.11 name: Check suffix with: expected: ${{ matrix.os.expected-suffix }} diff --git a/.github/workflows/test-determine-release-url.yml b/.github/workflows/test-determine-release-url.yml index e599f27..20d53eb 100644 --- a/.github/workflows/test-determine-release-url.yml +++ b/.github/workflows/test-determine-release-url.yml @@ -21,7 +21,7 @@ jobs: binary-name: my-binary owner: example-org repository: example-app - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.11 name: Check url with: expected: ${{ matrix.os.expected-url }} @@ -49,7 +49,7 @@ jobs: linux-suffix: linux windows-suffix: windows macos-suffix: macos - - uses: armakuni/github-actions/assert-equals@v0.19.6 + - uses: armakuni/github-actions/assert-equals@v0.19.11 name: Check url with: expected: ${{ matrix.os.expected-url }}