diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 73d52b2d..46dd22cf 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -15,7 +15,5 @@ jobs: persist-credentials: false uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2 - with: - version: 2025.5.5 - name: Run acceptance tests run: ./scripts/run-acceptance-tests.sh ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/lint-rest.yml b/.github/workflows/lint-rest.yml index c04485a3..04df9030 100644 --- a/.github/workflows/lint-rest.yml +++ b/.github/workflows/lint-rest.yml @@ -15,7 +15,5 @@ jobs: persist-credentials: false uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2 - with: - version: 2025.5.5 - name: Lint run: mise run lint-rest