Skip to content

Commit 605a8ca

Browse files
authored
Merge pull request #6 from pepicrft/renovate/jdx-mise-action-4.x
Update jdx/mise-action action to v4
2 parents e59eb56 + 0a8001f commit 605a8ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Install tooling with mise
30-
uses: jdx/mise-action@v3
30+
uses: jdx/mise-action@v4
3131
with:
3232
cache: true
3333

.github/workflows/terrarium.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Install BEAM tooling with mise
21-
uses: jdx/mise-action@v3
21+
uses: jdx/mise-action@v4
2222
with:
2323
cache: true
2424

@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v6
4747

4848
- name: Install BEAM tooling with mise
49-
uses: jdx/mise-action@v3
49+
uses: jdx/mise-action@v4
5050
with:
5151
cache: true
5252

@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@v6
7272

7373
- name: Install BEAM tooling with mise
74-
uses: jdx/mise-action@v3
74+
uses: jdx/mise-action@v4
7575
with:
7676
cache: true
7777

0 commit comments

Comments
 (0)