From 6979ea59533c08b93ccae265b6d05c206745caf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:47:24 +0000 Subject: [PATCH] Chore(deps): bump the actions-deps group across 1 directory with 3 updates Bumps the actions-deps group with 3 updates in the / directory: [buildpacks/github-actions](https://github.com/buildpacks/github-actions), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [docker/login-action](https://github.com/docker/login-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) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- 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 - dependency-name: docker/login-action dependency-version: '4' 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 | 8 ++++---- 2 files changed, 9 insertions(+), 9 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..b19e49c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,12 +22,12 @@ jobs: - uses: actions/setup-go@v6 with: go-version-file: go.mod - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 with: 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: |