We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44be2c4 commit 472f917Copy full SHA for 472f917
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
token: ${{ secrets.PAT }}
33
34
- name: Setup Mise
35
- uses: jdx/mise-action@v3
+ uses: jdx/mise-action@v4
36
with:
37
install_args: node@latest pnpm@10 hugo-extended@${{ matrix.hugo-version }}
38
tool_versions: |
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
token: ${{ secrets.PAT || github.token }}
25
26
27
28
29
install_args: node@latest pnpm@10
30
0 commit comments