Skip to content

Commit 634bd63

Browse files
chore(deps): update jdx/mise-action action to v3
1 parent 063248d commit 634bd63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0 # Need history for changelog generation
21-
- uses: jdx/mise-action@v2
21+
- uses: jdx/mise-action@v3
2222
- run: pnpm i
2323
- run: pnpm run build
2424
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: jdx/mise-action@v2
13+
- uses: jdx/mise-action@v3
1414
- run: pnpm i
1515
- name: build
1616
run: pnpm run build:types
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v5
35-
- uses: jdx/mise-action@v2
35+
- uses: jdx/mise-action@v3
3636
- run: pnpm i
3737
- name: test
3838
run: pnpm run test:coverage

0 commit comments

Comments
 (0)