Skip to content

Commit 8a1b2b3

Browse files
chore(deps): update jdx/mise-action action to v4
1 parent 6b4bbaa commit 8a1b2b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/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)