Skip to content

Commit 5afd61b

Browse files
authored
Merge pull request #138 from paketo-buildpacks/update/pipeline
Bump pipeline from 1.29.0 to 1.30.0
2 parents 7c32755 + f64d701 commit 5afd61b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/pipeline-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.29.0
1+
1.30.0

.github/workflows/pb-create-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,5 @@ jobs:
227227
with:
228228
address: docker.io/paketobuildpacks/clojure-tools@${{ steps.package.outputs.digest }}
229229
id: paketo-buildpacks/clojure-tools
230-
token: ${ secrets.PAKETO_BOT_GITHUB_TOKEN }
230+
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
231231
version: ${{ steps.version.outputs.version }}

.github/workflows/pb-update-go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Go
22
"on":
33
schedule:
4-
- cron: 14 2 * * 1
4+
- cron: 6 2 * * 1
55
workflow_dispatch: {}
66
jobs:
77
update:

0 commit comments

Comments
 (0)