Skip to content

Commit 0b99aee

Browse files
chore(deps): update jdx/mise-action action to v4
1 parent a40ec83 commit 0b99aee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6
1616

1717
- name: Setup mise
18-
uses: jdx/mise-action@v3
18+
uses: jdx/mise-action@v4
1919

2020
- name: Find bash scripts
2121
id: find-bash

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: git fetch --tags --force
3232

3333
- name: Setup mise
34-
uses: jdx/mise-action@v3
34+
uses: jdx/mise-action@v4
3535

3636
- name: Install dependencies
3737
run: yarn install

0 commit comments

Comments
 (0)