1616 password : ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}
1717 registry : docker.io
1818 username : ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
19- - uses : actions/setup-go@v5
19+ - uses : actions/setup-go@v6
2020 with :
2121 go-version : " 1.26"
2222 - name : Install create-package
@@ -26,13 +26,13 @@ jobs:
2626 set -euo pipefail
2727
2828 go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest
29- - uses : buildpacks/github-actions/setup-tools@v5.11 .0
29+ - uses : buildpacks/github-actions/setup-tools@v5.12 .0
3030 with :
3131 crane-version : 0.20.3
3232 yj-version : 5.1.0
33- - uses : buildpacks/github-actions/setup-pack@v5.11 .0
33+ - uses : buildpacks/github-actions/setup-pack@v5.12 .0
3434 with :
35- pack-version : 0.40.0
35+ pack-version : 0.40.2
3636 - name : Enable pack Experimental
3737 run : |
3838 #!/usr/bin/env bash
4141
4242 echo "Enabling pack experimental features"
4343 pack config experimental true
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545 - if : ${{ false }}
46- uses : actions/cache@v4
46+ uses : actions/cache@v5
4747 with :
4848 key : ${{ runner.os }}-go-${{ hashFiles('**/buildpack.toml', '**/package.toml') }}
4949 path : |-
@@ -203,7 +203,7 @@ jobs:
203203 DIGEST : ${{ steps.package.outputs.digest }}
204204 GITHUB_TOKEN : ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
205205 - if : ${{ true }}
206- uses : docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.11 .0
206+ uses : docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.12 .0
207207 with :
208208 address : docker.io/paketocommunity/rust@${{ steps.package.outputs.digest }}
209209 id : paketo-community/rust
0 commit comments