Skip to content

Commit

Permalink
Merge pull request #135 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 396de93 + 03e8401 commit 4dcd2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pb-update-your-kit-java-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/yourkit-dependency:main
with:
arch: x64
arch: amd64
- name: Update Buildpack Dependency
id: buildpack
run: |
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
echo "new-version=${VERSION}" >> "$GITHUB_OUTPUT"
echo "version-label=${LABEL}" >> "$GITHUB_OUTPUT"
env:
ARCH: x64
ARCH: amd64
CPE: ${{ steps.dependency.outputs.cpe }}
CPE_PATTERN: ""
ID: yourkit-java
Expand Down

0 comments on commit 4dcd2e1

Please sign in to comment.