From dcba1c29505225a47507eb67e26c566ac07faa17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:53:02 +0000 Subject: [PATCH] chore(deps): bump nick-fields/assert-action from 2.0.0 to 4.0.1 Bumps [nick-fields/assert-action](https://github.com/nick-fields/assert-action) from 2.0.0 to 4.0.1. - [Release notes](https://github.com/nick-fields/assert-action/releases) - [Commits](https://github.com/nick-fields/assert-action/compare/aa0067e01f0f6545c31755d6ca128c5a3a14f6bf...0efd6166067d9c59d89c710fab4f79fb066f8985) --- updated-dependencies: - dependency-name: nick-fields/assert-action dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-molecule-test-linux.yml | 2 +- .github/workflows/reusable-molecule-test-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-molecule-test-linux.yml b/.github/workflows/reusable-molecule-test-linux.yml index bdd3556..f8bde4b 100644 --- a/.github/workflows/reusable-molecule-test-linux.yml +++ b/.github/workflows/reusable-molecule-test-linux.yml @@ -120,7 +120,7 @@ jobs: molecule --debug destroy -s "${{ inputs.collection_role }}" - name: Assert molecule tests passed - uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2.0.0 + uses: nick-fields/assert-action@0efd6166067d9c59d89c710fab4f79fb066f8985 # v4.0.1 with: expected: success actual: ${{ steps.molecule-role-test.outcome }} diff --git a/.github/workflows/reusable-molecule-test-windows.yml b/.github/workflows/reusable-molecule-test-windows.yml index 177103e..5d83670 100644 --- a/.github/workflows/reusable-molecule-test-windows.yml +++ b/.github/workflows/reusable-molecule-test-windows.yml @@ -123,7 +123,7 @@ jobs: molecule --debug destroy -s "${{ inputs.collection_role }}" - name: Assert molecule tests passed - uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2.0.0 + uses: nick-fields/assert-action@0efd6166067d9c59d89c710fab4f79fb066f8985 # v4.0.1 with: expected: success actual: ${{ steps.molecule-role-test.outcome }}