Skip to content

Commit

Permalink
Merge pull request #133 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.39.0 to 1.39.0
  • Loading branch information
dmikusa authored May 22, 2024
2 parents 2f68e2f + ae5266a commit 40b77c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pb-update-your-kit-java-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- uses: actions/checkout@v4
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/yourkit-dependency:main
with:
arch: x64
- name: Update Buildpack Dependency
id: buildpack
run: |
Expand Down Expand Up @@ -72,7 +74,7 @@ jobs:
echo "new-version=${VERSION}" >> "$GITHUB_OUTPUT"
echo "version-label=${LABEL}" >> "$GITHUB_OUTPUT"
env:
ARCH: ""
ARCH: x64
CPE: ${{ steps.dependency.outputs.cpe }}
CPE_PATTERN: ""
ID: yourkit-java
Expand Down

0 comments on commit 40b77c2

Please sign in to comment.