Skip to content

Commit eb5b4ba

Browse files
chore(deps): update jdx/mise-action action to v4
1 parent 0fe9104 commit eb5b4ba

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
21-
- uses: jdx/mise-action@v3
21+
- uses: jdx/mise-action@v4
2222
with:
2323
experimental: true
2424
- name: Generate CHANGELOG.md

.github/workflows/flare-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- name: Checkout code
6161
uses: actions/checkout@v6
62-
- uses: jdx/mise-action@v3
62+
- uses: jdx/mise-action@v4
6363
with:
6464
experimental: true
6565
- name: Run tests - ${{ matrix.name }}
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- name: Checkout code
114114
uses: actions/checkout@v6
115-
- uses: jdx/mise-action@v3
115+
- uses: jdx/mise-action@v4
116116
with:
117117
experimental: true
118118
- name: Run snapshot tests - ${{ matrix.name }}

.github/workflows/flare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Checkout code
6060
uses: actions/checkout@v6
61-
- uses: jdx/mise-action@v3
61+
- uses: jdx/mise-action@v4
6262
with:
6363
experimental: true
6464
- name: Run tests - ${{ matrix.name }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
28-
- uses: jdx/mise-action@v3
28+
- uses: jdx/mise-action@v4
2929
- name: Run
3030
run: mise run lint
3131

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
29-
- uses: jdx/mise-action@v3
29+
- uses: jdx/mise-action@v4
3030
with:
3131
experimental: true
3232
- name: check for changes since last release

0 commit comments

Comments
 (0)