Skip to content

Commit b0b3dc5

Browse files
dependabot[bot]php-coder
authored andcommitted
ci: bump jdx/mise-action from 2.2.1 to 2.2.2
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.2.1 to 2.2.2. - [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.2.1...v2.2.2) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 808eead commit b0b3dc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
package
5757
5858
- name: Install mise to set up Ansible
59-
uses: jdx/[email protected].1 # https://github.com/jdx/mise-action
59+
uses: jdx/[email protected].2 # https://github.com/jdx/mise-action
6060
with:
6161
version: 2025.5.3 # [default: latest] mise version to install
6262
install: true # [default: true] run `mise install`

.github/workflows/provision-by-ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Install mise to set up Ansible
32-
uses: jdx/[email protected].1 # https://github.com/jdx/mise-action
32+
uses: jdx/[email protected].2 # https://github.com/jdx/mise-action
3333
with:
3434
version: 2025.5.3 # [default: latest] mise version to install
3535
install: true # [default: true] run `mise install`

.github/workflows/provision-by-terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git worktree add terraform-data generated-terraform
4646
4747
- name: Install mise to set up Terraform
48-
uses: jdx/[email protected].1 # https://github.com/jdx/mise-action
48+
uses: jdx/[email protected].2 # https://github.com/jdx/mise-action
4949
with:
5050
version: 2025.5.3 # [default: latest] mise version to install
5151
install: true # [default: true] run `mise install`

0 commit comments

Comments
 (0)