Skip to content

Commit 7a713f9

Browse files
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] <support@github.com>
1 parent ebf4c99 commit 7a713f9

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
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25-
- uses: jdx/mise-action@v2
25+
- uses: jdx/mise-action@v3
2626
with:
2727
install: false
2828
experimental: true

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: jdx/mise-action@v2
13+
- uses: jdx/mise-action@v3
1414
with:
1515
install: false
1616
experimental: true

0 commit comments

Comments
 (0)