Skip to content

Commit 5a1d403

Browse files
Bump jdx/mise-action from 2 to 4
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 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@v2...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 623be11 commit 5a1d403

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v6
35-
- uses: jdx/mise-action@v2
35+
- uses: jdx/mise-action@v4
3636
- run: ./build_and_test.sh
3737
shell: bash
3838
env:

.github/workflows/npm-publish.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@v2
15+
- uses: jdx/mise-action@v4
1616
- run: ./build_and_test.sh
1717
shell: bash
1818
env:

0 commit comments

Comments
 (0)