From 2210b79218c4b723edf3ae1e72693fcc454f6d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 23:02:58 +0000 Subject: [PATCH] ci: bump jdx/mise-action from 2.4.0 to 3.3.0 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.4.0 to 3.3.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/v2.4.0...v3.3.0) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..220aa10 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@v3.3.0 # https://github.com/jdx/mise-action with: version: 2025.7.8 # [default: latest] mise version to install install: true # [default: true] run `mise install`