diff --git a/.github/workflows/branch-coverage-gha.yml b/.github/workflows/branch-coverage-gha.yml index 8b25de7e..48ec82f1 100644 --- a/.github/workflows/branch-coverage-gha.yml +++ b/.github/workflows/branch-coverage-gha.yml @@ -13,7 +13,7 @@ jobs: plone-version: ["6.0"] steps: - name: Run check - uses: IMIO/gha/plone-package-test-notify@main + uses: IMIO/gha/plone-package-test-notify@v3 env: cache-name: cache-eggs with: diff --git a/.github/workflows/pull_request-gha.yml b/.github/workflows/pull_request-gha.yml index 59aeb2d9..d395adcd 100644 --- a/.github/workflows/pull_request-gha.yml +++ b/.github/workflows/pull_request-gha.yml @@ -15,7 +15,7 @@ jobs: experimental: [false] steps: - name: Run tests - uses: IMIO/gha/plone-package-test-notify@main + uses: IMIO/gha/plone-package-test-notify@v3 env: cache-name: cache-eggs with: diff --git a/.github/workflows/tests-gha.yml b/.github/workflows/tests-gha.yml index d66fb845..e5e77f85 100644 --- a/.github/workflows/tests-gha.yml +++ b/.github/workflows/tests-gha.yml @@ -5,7 +5,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: gha-runners-delib-py3 continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false @@ -15,7 +15,7 @@ jobs: experimental: [false] steps: - name: Run tests - uses: IMIO/gha/plone-package-test-notify@main + uses: IMIO/gha/plone-package-test-notify@v3 env: cache-name: cache-eggs with: