From bc75de07c47c9229441cadeb1f5f02d327bcc102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:44:58 +0000 Subject: [PATCH] Bump jdx/mise-action from 4.0.1 to 4.2.0 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.0.1 to 4.2.0. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jdx/mise-action/compare/1648a7812b9aeae629881980618f079932869151...e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-terraform.yml | 4 ++-- .github/workflows/ci-yaml.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-terraform.yml b/.github/workflows/ci-terraform.yml index 5d35cf1..e5ec531 100644 --- a/.github/workflows/ci-terraform.yml +++ b/.github/workflows/ci-terraform.yml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - run: tofu fmt -check -recursive terraform/ @@ -32,7 +32,7 @@ jobs: with: persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - name: Validate all modules run: | diff --git a/.github/workflows/ci-yaml.yml b/.github/workflows/ci-yaml.yml index a6dca5b..47fbb89 100644 --- a/.github/workflows/ci-yaml.yml +++ b/.github/workflows/ci-yaml.yml @@ -17,6 +17,6 @@ jobs: with: persist-credentials: false - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - run: yamllint .