Skip to content

Commit 9987f59

Browse files
build(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 d91a73c commit 9987f59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: jdx/mise-action@v3
15+
- uses: jdx/mise-action@v4
1616
- uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.11.4"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up tooling
23-
uses: jdx/mise-action@v3
23+
uses: jdx/mise-action@v4
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v7

0 commit comments

Comments
 (0)