Skip to content

Commit

Permalink
Bump pipeline from 1.33.0 to 1.33.0
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.33.0 to 1.33.0.

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
paketo-bot authored Oct 3, 2023
1 parent e86daf7 commit 9f55410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pb-update-go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Go
"on":
schedule:
- cron: 15 2 * * 1
- cron: 3 2 * * 1
workflow_dispatch: {}
jobs:
update:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/pb-update-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
set -euo pipefail
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-buildpack-dependency@main
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-buildpack-dependency@latest
- name: Install yj
run: |
#!/usr/bin/env bash
Expand Down Expand Up @@ -72,9 +72,7 @@ jobs:
--purl-pattern "${PURL_PATTERN:-}" \
--purl "${PURL:-}" \
--uri "${URI}" \
--sha256 "${SHA256}" \
--source "${SOURCE_URI}" \
--source-sha256 "${SOURCE_SHA256}"
--sha256 "${SHA256}"
git add buildpack.toml
git checkout -- .
Expand All @@ -97,8 +95,6 @@ jobs:
PURL: ${{ steps.dependency.outputs.purl }}
PURL_PATTERN: ""
SHA256: ${{ steps.dependency.outputs.sha256 }}
SOURCE_SHA256: ${{ steps.dependency.outputs.source_sha256 }}
SOURCE_URI: ${{ steps.dependency.outputs.source }}
URI: ${{ steps.dependency.outputs.uri }}
VERSION: ${{ steps.dependency.outputs.version }}
VERSION_PATTERN: '[\d]+\.[\d]+\.[\d]+'
Expand Down

0 comments on commit 9f55410

Please sign in to comment.