Skip to content

Commit 6d21997

Browse files
chore(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 b9620ad commit 6d21997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- uses: jdx/mise-action@v3
20+
- uses: jdx/mise-action@v4
2121

2222
- uses: actions/setup-go@v6
2323
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222

23-
- uses: jdx/mise-action@v3
23+
- uses: jdx/mise-action@v4
2424

2525
- uses: actions/setup-go@v6
2626
with:

0 commit comments

Comments
 (0)