Skip to content

Commit 80594a6

Browse files
chore(deps): update jdx/mise-action action to v3
1 parent 0396b49 commit 80594a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/XcodeGraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ${{ matrix.os }}
100100
steps:
101101
- uses: actions/checkout@v5
102-
- uses: jdx/mise-action@v2
102+
- uses: jdx/mise-action@v3
103103
with:
104104
version: 2024.11.8
105105
- name: Lint

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v5
16-
- uses: jdx/mise-action@v2
16+
- uses: jdx/mise-action@v3
1717
with:
1818
experimental: true
1919
- name: Setup Swift

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 15
1919
steps:
2020
- uses: actions/checkout@v5
21-
- uses: jdx/mise-action@v2
21+
- uses: jdx/mise-action@v3
2222
with:
2323
experimental: true
2424
- name: Setup Swift

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727
with:
2828
fetch-depth: 0
29-
- uses: jdx/mise-action@v2
29+
- uses: jdx/mise-action@v3
3030
with:
3131
experimental: true
3232
version: 2024.11.8

0 commit comments

Comments
 (0)