Skip to content

Commit 5b90c9b

Browse files
deps(deps): bump jdx/mise-action from 3 to 4
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 3 to 4. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v3...v4) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de43550 commit 5b90c9b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-github-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v6
1717

1818
- name: Install mise and setup
19-
uses: jdx/mise-action@v3
19+
uses: jdx/mise-action@v4
2020
with:
2121
install: true
2222
install_args: "actionlint shellcheck"

.github/workflows/check-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Install mise and setup
26-
uses: jdx/mise-action@v3
26+
uses: jdx/mise-action@v4
2727
with:
2828
install: true
2929
install_args: "markdownlint-cli2"

.github/workflows/check-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
${{ runner.os }}-cargo-
4242
4343
- name: Install mise
44-
uses: jdx/mise-action@v3
44+
uses: jdx/mise-action@v4
4545

4646
- name: Fix
4747
run: mise run rs-fix

.github/workflows/check-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v6
1313

1414
- name: Install mise and setup
15-
uses: jdx/mise-action@v3
15+
uses: jdx/mise-action@v4
1616
with:
1717
install: true
1818
install_args: "cspell"

0 commit comments

Comments
 (0)