From eac3b3cbeedf4845181ac43fc27cb798e1d5dc98 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 24 Mar 2022 14:05:28 +0000 Subject: [PATCH] Bump pipeline from 1.20.0 to 1.20.0 Bumps pipeline from 1.20.0 to 1.20.0. Signed-off-by: GitHub --- .github/workflows/update-jre-18.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-jre-18.yml b/.github/workflows/update-jre-18.yml index d8c8dc4..52aa8c7 100644 --- a/.github/workflows/update-jre-18.yml +++ b/.github/workflows/update-jre-18.yml @@ -1,4 +1,4 @@ -name: Update JRE 17 +name: Update JRE 18 "on": schedule: - cron: 0 5 * * 1-5 @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: "1.18" + go-version: "1.17" - name: Install update-buildpack-dependency run: | #!/usr/bin/env bash