Skip to content

Commit

Permalink
change: use explicit mise version
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr committed Jun 14, 2024
1 parent b7aeabc commit 3b38e08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
version: latest
version: 2024.6.3
install: true
cache: true
- run: make prepare
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
version: latest
version: 2024.6.3
install: true
cache: true
- run: make prepare
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
version: latest
version: 2024.6.3
install: true
cache: true
- run: make lint-swiftlint
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
version: latest
version: 2024.6.3
install: true
cache: true
- run: make lint-strict-swiftformat

0 comments on commit 3b38e08

Please sign in to comment.