Skip to content

Commit

Permalink
Merge pull request #493 from paketo-community/update-workflow
Browse files Browse the repository at this point in the history
Update actions used
  • Loading branch information
dmikusa authored Nov 30, 2024
2 parents fd33167 + 463b39e commit 4b1581e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-example-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
set -euo pipefail
go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-package-dependency@latest
- uses: buildpacks/github-actions/setup-tools@v5.6.0
- uses: buildpacks/github-actions/setup-tools@v5.8.3
with:
crane-version: 0.19.1
yj-version: 5.1.0
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
RUSTUP_DEPENDENCY: docker.io/paketocommunity/rustup
PROCFILE_DEPENDENCY: docker.io/paketobuildpacks/procfile
SYFT_DEPENDENCY: docker.io/paketobuildpacks/syft
- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v7
with:
author: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} <${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}@users.noreply.github.com>
body: |-
Expand Down

0 comments on commit 4b1581e

Please sign in to comment.