Skip to content

Commit

Permalink
Merge pull request #158 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.20.0 to 1.20.0
  • Loading branch information
Daniel Mikusa authored Mar 24, 2022
2 parents 2fce503 + eac3b3c commit 6b27543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-jre-18.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update JRE 17
name: Update JRE 18
"on":
schedule:
- cron: 0 5 * * 1-5
Expand All @@ -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
Expand Down

0 comments on commit 6b27543

Please sign in to comment.