diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 88f541f1fe0..168f2400009 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -7,9 +7,6 @@ on: branches: - 2.8.x # Check 2.8.x branch after merge - schedule: - - cron: "0 3 * * *" # Nightly build (@daily) - concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. group: ci-${{ github.ref }} @@ -61,7 +58,7 @@ jobs: check-binary-compatibility: name: Binary Compatibility needs: "prefetch-for-caching" - uses: playframework/.github/.github/workflows/binary-check.yml@v1 + uses: playframework/.github/.github/workflows/binary-check.yml@v2 check-code-style-docs: name: Code Style Docs @@ -168,4 +165,4 @@ jobs: - "tests" - "docs-tests" - "scripted-tests" - uses: playframework/.github/.github/workflows/rtm.yml@v1 + uses: playframework/.github/.github/workflows/rtm.yml@v2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd6cfe9e7e5..b5bca314aaa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ on: jobs: publish-artifacts: name: Publish / Artifacts - uses: playframework/.github/.github/workflows/publish.yml@v1 + uses: playframework/.github/.github/workflows/publish.yml@v2 secrets: username: ${{ secrets.SONATYPE_USERNAME }} password: ${{ secrets.SONATYPE_PASSWORD }}