Skip to content
Merged
Show file tree
Hide file tree
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.1.11 to 2.2.1
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.1.11 to 2.2.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.1.11...v2.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2025
commit aa23d34b750fc1d8e236006ea2fd9356e8a4a8b1
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
package

- name: Install mise to set up Ansible
uses: jdx/mise-action@v2.1.11 # https://github.com/jdx/mise-action
uses: jdx/mise-action@v2.2.1 # https://github.com/jdx/mise-action
with:
version: 2025.4.4 # [default: latest] mise version to install
install: true # [default: true] run `mise install`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provision-by-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
persist-credentials: false

- name: Install mise to set up Ansible
uses: jdx/mise-action@v2.1.11 # https://github.com/jdx/mise-action
uses: jdx/mise-action@v2.2.1 # https://github.com/jdx/mise-action
with:
version: 2025.4.4 # [default: latest] mise version to install
install: true # [default: true] run `mise install`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provision-by-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git worktree add terraform-data generated-terraform

- name: Install mise to set up Terraform
uses: jdx/mise-action@v2.1.11 # https://github.com/jdx/mise-action
uses: jdx/mise-action@v2.2.1 # https://github.com/jdx/mise-action
with:
version: 2025.4.4 # [default: latest] mise version to install
install: true # [default: true] run `mise install`
Expand Down