Skip to content

Commit 8b5d90d

Browse files
build(deps): bump jdx/mise-action from 2 to 3
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09d40da commit 8b5d90d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
submodules: "true"
3030
- uses: mozilla-actions/[email protected]
31-
- uses: jdx/mise-action@v2
31+
- uses: jdx/mise-action@v3
3232
- run: mise install
3333
shell: bash
3434
- run: make generate

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555
submodules: "true"
5656
- uses: mozilla-actions/[email protected]
57-
- uses: jdx/mise-action@v2
57+
- uses: jdx/mise-action@v3
5858
- run: mise install
5959
shell: bash
6060
- name: Check cargo version

0 commit comments

Comments
 (0)