From bc9ef2361bbd1ab90a830dcbe9c161636b8cc0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:04:49 +0000 Subject: [PATCH] Chore(deps): bump the actions-deps group across 1 directory with 2 updates Bumps the actions-deps group with 2 updates in the / directory: [buildpacks/github-actions](https://github.com/buildpacks/github-actions) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `buildpacks/github-actions` from 5.9.7 to 5.11.0 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.9.7...v5.11.0) Updates `goreleaser/goreleaser-action` from 6 to 7 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6...v7) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 10 +++++----- .github/workflows/release.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d6b71ee..1ebfc0a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,8 +16,8 @@ jobs: - uses: actions/setup-go@v6 with: go-version-file: go.mod - - uses: buildpacks/github-actions/setup-tools@v5.9.7 - - uses: buildpacks/github-actions/setup-pack@v5.9.7 + - uses: buildpacks/github-actions/setup-tools@v5.11.0 + - uses: buildpacks/github-actions/setup-pack@v5.11.0 - id: setup shell: bash run: | @@ -25,7 +25,7 @@ jobs: PACKAGE="${{ env.DOCKER_REGISTRY }}/${DOCKER_REPO}:20m" echo "package=${PACKAGE}" >> $GITHUB_OUTPUT echo "Generated name: ${PACKAGE}" >> $GITHUB_STEP_SUMMARY - - uses: goreleaser/goreleaser-action@v6 + - uses: goreleaser/goreleaser-action@v7 with: version: '~> v2' args: release --snapshot --clean @@ -55,8 +55,8 @@ jobs: - name: Update meta-buildpack package.toml run: | sed -i 's|docker://r.planetary-quantum.com/buildpacks/static-websites:latest|docker://${{ needs.build.outputs.package }}|' meta-buildpack/package.toml - - uses: buildpacks/github-actions/setup-tools@v5.9.7 - - uses: buildpacks/github-actions/setup-pack@v5.9.7 + - uses: buildpacks/github-actions/setup-tools@v5.11.0 + - uses: buildpacks/github-actions/setup-pack@v5.11.0 - run: make setup - run: make ${{ matrix.test }}-${{ matrix.webserver }} - name: verify the correct webserver is installed diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98a0a52..8941560 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: registry: ${{ env.DOCKER_REGISTRY }} username: ${{ secrets.BP_QUANTUM_DOCKER_USERNAME }} password: ${{ secrets.BP_QUANTUM_DOCKER_PASSWORD }} - - uses: goreleaser/goreleaser-action@v6 + - uses: goreleaser/goreleaser-action@v7 with: version: '~> v2' args: release --clean @@ -36,8 +36,8 @@ jobs: - run: | cp dist/build_linux_amd64_v1/build ./bin/build cp dist/detect_linux_amd64_v1/detect ./bin/detect - - uses: buildpacks/github-actions/setup-tools@v5.9.7 - - uses: buildpacks/github-actions/setup-pack@v5.9.7 + - uses: buildpacks/github-actions/setup-tools@v5.11.0 + - uses: buildpacks/github-actions/setup-pack@v5.11.0 - id: extract-version shell: bash run: |