Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: bump jdx/mise-action from 2.4.0 to 3.3.1
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.4.0 to 3.3.1.
- [Release notes](https://github.com/jdx/mise-action/releases)
- [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md)
- [Commits](jdx/mise-action@v2.4.0...v3.3.1)

---
updated-dependencies:
- dependency-name: jdx/mise-action
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2025
commit c0eda036bc62ee0d721b3f627010928feccb0940
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 # https://github.com/jdx/mise-action
with:
version: 2025.7.8 # [default: latest] mise version to install
install: true # [default: true] run `mise install`
Expand Down