From a23dfb4e0e9575cf2f6c26fa366611956f6ffd44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 23:49:13 +0000 Subject: [PATCH] ci: bump jdx/mise-action from 2.4.0 to 2.4.2 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.4.0 to 2.4.2. - [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/v2.4.0...v2.4.2) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2fe8a70..6d62797 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -83,7 +83,7 @@ jobs: run: docker compose ps - name: Install mise to install Hurl - uses: jdx/mise-action@v2.4.0 # https://github.com/jdx/mise-action + uses: jdx/mise-action@v2.4.2 # https://github.com/jdx/mise-action with: version: 2025.7.8 # [default: latest] mise version to install install: true # [default: true] run `mise install`