From e014edad282180776cd60012087c67845b1e93ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:52:54 +0000 Subject: [PATCH 1/4] fix(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-checkout-rust-project.yml | 4 ++-- .github/workflows/test-determine-binary-name.yml | 4 ++-- .github/workflows/test-determine-release-url.yml | 4 ++-- .github/workflows/test-install-release-binary.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-checkout-rust-project.yml b/.github/workflows/test-checkout-rust-project.yml index b50dfa6..076d18a 100644 --- a/.github/workflows/test-checkout-rust-project.yml +++ b/.github/workflows/test-checkout-rust-project.yml @@ -5,7 +5,7 @@ jobs: test-with-default-arguments: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./checkout-rust-project - name: Assert project is checked out run: grep "# GitHub Actions" README.md @@ -15,7 +15,7 @@ jobs: test-with-clippy-component-installed: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./checkout-rust-project with: rust-components: clippy diff --git a/.github/workflows/test-determine-binary-name.yml b/.github/workflows/test-determine-binary-name.yml index 510524c..535c441 100644 --- a/.github/workflows/test-determine-binary-name.yml +++ b/.github/workflows/test-determine-binary-name.yml @@ -20,7 +20,7 @@ jobs: expected-suffix: x86_64-apple-darwin runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./determine-binary-name id: run-action with: @@ -60,7 +60,7 @@ jobs: expected-suffix: macos runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./determine-binary-name id: run-action with: diff --git a/.github/workflows/test-determine-release-url.yml b/.github/workflows/test-determine-release-url.yml index e599f27..46ab0e4 100644 --- a/.github/workflows/test-determine-release-url.yml +++ b/.github/workflows/test-determine-release-url.yml @@ -14,7 +14,7 @@ jobs: expected-url: https://github.com/example-org/example-app/releases/latest/download/my-binary-x86_64-apple-darwin runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./determine-release-url id: run-action with: @@ -39,7 +39,7 @@ jobs: expected-url: https://github.com/demo-org/demo-app/releases/latest/download/program-macos runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./determine-release-url id: run-action with: diff --git a/.github/workflows/test-install-release-binary.yml b/.github/workflows/test-install-release-binary.yml index 823b20e..3ff0ee3 100644 --- a/.github/workflows/test-install-release-binary.yml +++ b/.github/workflows/test-install-release-binary.yml @@ -11,7 +11,7 @@ jobs: - macos-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./install-release-binary id: run-action with: @@ -29,7 +29,7 @@ jobs: - macos-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./install-release-binary id: run-action with: From c8b333446fba004dadd5885da52e10bc1e925769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:53:09 +0000 Subject: [PATCH 2/4] fix(deps): bump armakuni/github-actions/.github/workflows/tag-and-release.yml Bumps [armakuni/github-actions/.github/workflows/tag-and-release.yml](https://github.com/armakuni/github-actions) from 0.19.6 to 0.19.14. - [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.14) --- updated-dependencies: - dependency-name: armakuni/github-actions/.github/workflows/tag-and-release.yml dependency-version: 0.19.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 204e327..4d44b3f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -37,4 +37,4 @@ jobs: if: github.ref == 'refs/heads/main' needs: - all-tests-succeeded - uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.6 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.14 From 966c814a55a235b4a1d0f6fd7bd5906f82dacdf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:53:19 +0000 Subject: [PATCH 3/4] fix(deps): bump armakuni/github-actions/.github/workflows/check-conventional-commits.yml Bumps [armakuni/github-actions/.github/workflows/check-conventional-commits.yml](https://github.com/armakuni/github-actions) from 0.19.6 to 0.19.14. - [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.14) --- updated-dependencies: - dependency-name: armakuni/github-actions/.github/workflows/check-conventional-commits.yml dependency-version: 0.19.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 204e327..0a97fb2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -8,7 +8,7 @@ permissions: jobs: check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.6 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.14 test-checkout-rust-project: uses: ./.github/workflows/test-checkout-rust-project.yml From 76dd3c59d1857df7b55149161aa952c664b8da1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:53:27 +0000 Subject: [PATCH 4/4] fix(deps): bump armakuni/github-actions from 0.19.6 to 0.19.14 Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.19.6 to 0.19.14. - [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.14) --- 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..54340a5 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.14 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.14 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.14 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.14 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.14 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.14 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..2fcd18c 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.14 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.14 name: Check url with: expected: ${{ matrix.os.expected-url }}