Skip to content

Commit a89a551

Browse files
authored
Merge pull request #617 from Sped0n/bump-mise-to-v4
ci: upgrade mise-action to v4
2 parents 44be2c4 + 472f917 commit a89a551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ secrets.PAT }}
3333

3434
- name: Setup Mise
35-
uses: jdx/mise-action@v3
35+
uses: jdx/mise-action@v4
3636
with:
3737
install_args: node@latest pnpm@10 hugo-extended@${{ matrix.hugo-version }}
3838
tool_versions: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.PAT || github.token }}
2525

2626
- name: Setup Mise
27-
uses: jdx/mise-action@v3
27+
uses: jdx/mise-action@v4
2828
with:
2929
install_args: node@latest pnpm@10
3030
tool_versions: |

0 commit comments

Comments
 (0)