Skip to content

Commit 472f917

Browse files
committed
ci: upgrade mise-action to v4
Signed-off-by: Sped0n <hi@sped0n.com>
1 parent 44be2c4 commit 472f917

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)