Skip to content

Commit 3697491

Browse files
build(deps): 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] <[email protected]>
1 parent ddc89a9 commit 3697491

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
ref: main
2626
- name: Mise Tools install
27-
uses: jdx/mise-action@v2
27+
uses: jdx/mise-action@v3
2828
with:
2929
version: 2024.7.3
3030
install: true

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v5
4444
- name: Mise Tools install
45-
uses: jdx/mise-action@v2
45+
uses: jdx/mise-action@v3
4646
if: ${{ matrix.os != 'windows' }}
4747
with:
4848
version: 2024.7.3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-tags: true
2828
ref: ${{ contains(github.ref, '-beta') && 'develop' || 'main' }}
2929
- name: Mise Tools install
30-
uses: jdx/mise-action@v2
30+
uses: jdx/mise-action@v3
3131
with:
3232
version: 2024.7.3
3333
install: true

.github/workflows/test-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
fetch-tags: true
1515
- name: Mise Tools install
16-
uses: jdx/mise-action@v2
16+
uses: jdx/mise-action@v3
1717
with:
1818
version: 2024.7.3
1919
install: true
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v5
3333
- name: Mise Tools install
34-
uses: jdx/mise-action@v2
34+
uses: jdx/mise-action@v3
3535
with:
3636
version: 2024.7.3
3737
install: true
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
ref: ${{ contains(github.ref, '-beta') && 'develop' || (startsWith(github.ref, 'refs/tags/') && 'main' || github.ref) }}
121121
- name: Mise Tools install
122-
uses: jdx/mise-action@v2
122+
uses: jdx/mise-action@v3
123123
if: ${{ matrix.os != 'windows' }}
124124
with:
125125
version: 2024.7.3

0 commit comments

Comments
 (0)