Skip to content

Commit 8625a57

Browse files
chore(deps): update jdx/mise-action action to v4 (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9072213 commit 8625a57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v6
69-
- uses: jdx/mise-action@v3
69+
- uses: jdx/mise-action@v4
7070
- run: pnpm i --frozen-lockfile
7171
- name: test
7272
run: pnpm test:coverage

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
git config --global user.name ${{ secrets.ACTION_GITHUB_USERNAME }};
3131
git config --global user.email ${{ secrets.ACTION_GITHUB_EMAIL }};
32-
- uses: jdx/mise-action@v3
32+
- uses: jdx/mise-action@v4
3333
- run: pnpm i --frozen-lockfile
3434
- name: types
3535
run: pnpm check:types

0 commit comments

Comments
 (0)