Skip to content

Commit ddc89a9

Browse files
authored
Revert "build(deps): bump jdx/mise-action from 2 to 3" (#144)
2 parents 1a40f6f + ce90770 commit ddc89a9

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@v3
27+
uses: jdx/mise-action@v2
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@v3
45+
uses: jdx/mise-action@v2
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@v3
30+
uses: jdx/mise-action@v2
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@v3
16+
uses: jdx/mise-action@v2
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@v3
34+
uses: jdx/mise-action@v2
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@v3
122+
uses: jdx/mise-action@v2
123123
if: ${{ matrix.os != 'windows' }}
124124
with:
125125
version: 2024.7.3

0 commit comments

Comments
 (0)