From 9ec34860fc31dacbda2689177af5fb5550cbd99c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 19 Jan 2024 12:42:43 -0600 Subject: [PATCH] GHA: Try actions/checkout@v3 --- .github/workflows/build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 67b2ba46c4d..275df80c3fa 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -88,7 +88,7 @@ jobs: #sudo add-apt-repository ppa:ubuntu-toolchain-r/test - name: 'Checkout the JDK source' - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: 'Get the BootJDK' id: bootjdk