Skip to content

Commit db5ec1a

Browse files
chore(deps): update jdx/mise-action action to v4 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63c7697 commit db5ec1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Mise Environment
20-
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
20+
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
2121
- name: Cache Go modules
2222
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
2323
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up mise
23-
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
23+
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
2424

2525
- name: Cache Go Modules
2626
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6

0 commit comments

Comments
 (0)