Skip to content

Commit d1f7b0d

Browse files
dependabot[bot]isidore
authored andcommitted
. e 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 3490a79 commit d1f7b0d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/formatAndUpdateMarkdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: jdx/mise-action@v3
18+
- uses: jdx/mise-action@v4
1919
- run: ./format_code.sh
2020
- run: ./run_markdown_templates.sh
2121
- name: Git Commit and Push

.github/workflows/test-jdk-8+.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set Java version for building (JDK 21)
1515
run: echo "zulu-21" > .java-version
1616
shell: bash
17-
- uses: jdx/mise-action@v3
17+
- uses: jdx/mise-action@v4
1818
- name: Turn off formatting
1919
run: ./set_formatting_off.sh
2020
shell: bash

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set Java version for matrix testing
3333
run: echo "zulu-${{ matrix.java }}" > .java-version
3434
shell: bash
35-
- uses: jdx/mise-action@v3
35+
- uses: jdx/mise-action@v4
3636
- run: ./set_formatting_off.sh
3737
shell: bash
3838
- name: Build and Test

0 commit comments

Comments
 (0)