From be44b6a938f64e79084bf9d47720a34eccf8a453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:04:01 +0000 Subject: [PATCH] chore(deps): bump nick-fields/assert-action from 2 to 4 Bumps [nick-fields/assert-action](https://github.com/nick-fields/assert-action) from 2 to 4. - [Release notes](https://github.com/nick-fields/assert-action/releases) - [Commits](https://github.com/nick-fields/assert-action/compare/v2...v4) --- updated-dependencies: - dependency-name: nick-fields/assert-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33453da..bc648a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: name: Verify Terraform Version runs-on: ubuntu-24.04 steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: "1.8.3" actual: ${{ needs.test-lint-ok.outputs.version }} @@ -40,7 +40,7 @@ jobs: name: Verify Terraform Version runs-on: ubuntu-24.04 steps: - - uses: nick-fields/assert-action@v2 + - uses: nick-fields/assert-action@v4 with: expected: "1.9.8" actual: ${{ needs.test-lint-ok2.outputs.version }}