Skip to content

Commit 90132c1

Browse files
chore(deps): update jdx/mise-action action to v3
1 parent 8b60bbc commit 90132c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scip-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Install mise
18-
uses: jdx/mise-action@v2.4.4
18+
uses: jdx/mise-action@v3.4.1
1919
with:
2020
version: 2025.8.10
2121
- name: Get npm cache directory

.github/workflows/scip-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Install mise
19-
uses: jdx/mise-action@v2.4.4
19+
uses: jdx/mise-action@v3.4.1
2020
with:
2121
version: 2025.8.10
2222
- name: Get npm cache directory

.github/workflows/scip-style.yml

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

18-
- uses: jdx/mise-action@v2.4.4
18+
- uses: jdx/mise-action@v3.4.1
1919
with:
2020
version: 2025.8.10
2121

0 commit comments

Comments
 (0)