From 14e71a4911850a95211d4b9353181cd8e936aace Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Thu, 25 Jan 2024 06:35:32 -0600 Subject: [PATCH] Revert "Temporary commit to test nightlies" This reverts commit b448a27c0e13747e8f102b2a50d1373d6a46b990. --- .github/workflows/full-check.yml | 3 +-- .github/workflows/quick-check.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index de689f6cc4..7b43bd960d 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -29,8 +29,7 @@ jobs: - name: Checkout GWT tools into a sibling directory uses: actions/checkout@v4 with: - repository: 'Vertispan/tools' - ref: 'errorprone-2.23' + repository: 'gwtproject/tools' path: 'tools' - name: Set up JDK ${{ matrix.java-version }} # GWT requires Java 11+ to build diff --git a/.github/workflows/quick-check.yml b/.github/workflows/quick-check.yml index 8c524da25f..6b6fa163e4 100644 --- a/.github/workflows/quick-check.yml +++ b/.github/workflows/quick-check.yml @@ -19,8 +19,7 @@ jobs: - name: Checkout GWT tools into a sibling directory uses: actions/checkout@v4 with: - repository: 'Vertispan/tools' - ref: 'errorprone-2.23' + repository: 'gwtproject/tools' path: 'tools' - name: Set up JDK ${{ matrix.java-version }} # GWT presently requires Java 11+ to build