diff --git a/.github/pipeline-version b/.github/pipeline-version index 372cf40..50aceaa 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.44.0 +1.45.0 diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index 5e44932..be5c2c6 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -18,7 +18,7 @@ jobs: username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version: "1.26" - name: Install create-package run: | #!/usr/bin/env bash @@ -26,13 +26,13 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest - - uses: buildpacks/github-actions/setup-tools@v5.9.7 + - uses: buildpacks/github-actions/setup-tools@v5.11.0 with: crane-version: 0.20.3 yj-version: 5.1.0 - - uses: buildpacks/github-actions/setup-pack@v5.9.7 + - uses: buildpacks/github-actions/setup-pack@v5.11.0 with: - pack-version: 0.39.1 + pack-version: 0.40.0 - name: Enable pack Experimental run: | #!/usr/bin/env bash @@ -203,7 +203,7 @@ jobs: DIGEST: ${{ steps.package.outputs.digest }} GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} - if: ${{ true }} - uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.9.7 + uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.11.0 with: address: docker.io/paketobuildpacks/executable-jar@${{ steps.package.outputs.digest }} id: paketo-buildpacks/executable-jar diff --git a/.github/workflows/pb-tests.yml b/.github/workflows/pb-tests.yml index 00b4144..f0e21e5 100644 --- a/.github/workflows/pb-tests.yml +++ b/.github/workflows/pb-tests.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version: "1.26" - name: Install create-package run: | #!/usr/bin/env bash @@ -25,9 +25,9 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest - - uses: buildpacks/github-actions/setup-pack@v5.9.7 + - uses: buildpacks/github-actions/setup-pack@v5.11.0 with: - pack-version: 0.39.1 + pack-version: 0.40.0 - name: Enable pack Experimental run: | #!/usr/bin/env bash @@ -184,7 +184,7 @@ jobs: restore-keys: ${{ runner.os }}-go- - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version: "1.26" - name: Install richgo run: | #!/usr/bin/env bash diff --git a/.github/workflows/pb-update-go.yml b/.github/workflows/pb-update-go.yml index 9f81f6a..338e679 100644 --- a/.github/workflows/pb-update-go.yml +++ b/.github/workflows/pb-update-go.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version: "1.26" - uses: actions/checkout@v4 - name: Update Go Version & Modules id: update-go @@ -49,7 +49,7 @@ jobs: echo "commit-body=${COMMIT_BODY}" >> "$GITHUB_OUTPUT" echo "commit-semver=${COMMIT_SEMVER}" >> "$GITHUB_OUTPUT" env: - GO_VERSION: "1.25" + GO_VERSION: "1.26" - uses: peter-evans/create-pull-request@v6 with: author: ${{ secrets.JAVA_GITHUB_USERNAME }} <${{ secrets.JAVA_GITHUB_USERNAME }}@users.noreply.github.com> diff --git a/.github/workflows/pb-update-pipeline.yml b/.github/workflows/pb-update-pipeline.yml index cc3cfdc..a2521aa 100644 --- a/.github/workflows/pb-update-pipeline.yml +++ b/.github/workflows/pb-update-pipeline.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.25" + go-version: "1.26" - name: Install octo run: | #!/usr/bin/env bash