Skip to content

Commit b7e4c79

Browse files
chore(deps): update jdx/mise-action action to v4
1 parent d153433 commit b7e4c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v6
11-
- uses: jdx/mise-action@v3
11+
- uses: jdx/mise-action@v4
1212

1313
- name: Generate project and run tests
1414
run: |

0 commit comments

Comments
 (0)