From 25e5c1da43852b24c80d7d281f0a2c948eb51240 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Sun, 24 Sep 2023 12:49:56 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31427abf723..0d1c55b93f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: 'Check out repository' uses: actions/checkout@v3 - name: 'Set up JDK ${{ matrix.java }}' - uses: actions/setup-java@v3.12.0 + uses: actions/setup-java@v3 with: java-version: | 11