Skip to content

Commit f5bd74b

Browse files
committed
ci: upgrade mise-action v3 → v4 (Node.js 24)
v4.0.0 only changes Node.js 20 → 24, no API changes. Eliminates the Node.js 20 deprecation warning.
1 parent 3c02f6b commit f5bd74b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
lfs: true
2626

27-
- uses: jdx/mise-action@v3
27+
- uses: jdx/mise-action@v4
2828
with:
2929
experimental: true
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -55,7 +55,7 @@ jobs:
5555
restore-keys: |
5656
${{ runner.os }}-xcode-26.1.1-spm-
5757
58-
- uses: jdx/mise-action@v3
58+
- uses: jdx/mise-action@v4
5959
with:
6060
experimental: true
6161
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
106106
restore-keys: |
107107
${{ runner.os }}-swift-6.2.3-spm-
108108
109-
- uses: jdx/mise-action@v3
109+
- uses: jdx/mise-action@v4
110110
with:
111111
experimental: true
112112
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)