diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 40f0772..2a61386 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 @@ -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 @@ -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 @@ -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