Skip to content

Commit ff2d165

Browse files
chore(deps): update jdx/mise-action action to v3 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5551d33 commit ff2d165

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Setup mise
8-
uses: jdx/mise-action@v2
8+
uses: jdx/mise-action@v3
99
with:
1010
install: true
1111

.github/workflows/ci.yaml

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

1616
- name: Setup mise
17-
uses: jdx/mise-action@v2
17+
uses: jdx/mise-action@v3
1818
with:
1919
install: true
2020

.github/workflows/sync-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
private-key: ${{ secrets.AUTOMATION_GITHUB_APP_PRIVATE_KEY }}
4444

4545
- name: Setup mise
46-
uses: jdx/mise-action@v2
46+
uses: jdx/mise-action@v3
4747
with:
4848
install: true
4949

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
private-key: ${{ secrets.AUTOMATION_GITHUB_APP_PRIVATE_KEY }}
3030

3131
- name: Install tools via mise
32-
uses: jdx/mise-action@v2
32+
uses: jdx/mise-action@v3
3333

3434
- name: Install github-label-sync
3535
run: npm install -g github-label-sync@${{ env.LABEL_SYNC_VERSION }}

0 commit comments

Comments
 (0)