Skip to content

Commit 60140f0

Browse files
Merge pull request #183 from Codex-/renovate/jdx-mise-action-3.x
chore(deps): update jdx/mise-action action to v3
1 parent f53ac85 commit 60140f0

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
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v5
69-
- uses: jdx/mise-action@v2
69+
- uses: jdx/mise-action@v3
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
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0 # Need history for changelog generation
26-
- uses: jdx/mise-action@v2
26+
- uses: jdx/mise-action@v3
2727
- run: pnpm i --frozen-lockfile
2828
- name: types
2929
run: pnpm check:types

0 commit comments

Comments
 (0)