diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1dafe1226..9bef2a3b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,8 +96,8 @@ jobs: - name: checkout Quarkus repository uses: actions/checkout@v2 with: - repository: jmartisk/quarkus - ref: smallrye-graphql-2.5.0 + repository: quarkusio/quarkus + ref: main path: quarkus - uses: actions/setup-java@v3.10.0