From 6a83c5c83e8c9063623aa0bf38e3f1eae5c18af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:18:49 +0000 Subject: [PATCH] build(deps): bump buildpacks/github-actions from 5.5.1 to 5.5.2 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/delivery-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delivery-docker.yml b/.github/workflows/delivery-docker.yml index a2f9452d67..a44e2cad8a 100644 --- a/.github/workflows/delivery-docker.yml +++ b/.github/workflows/delivery-docker.yml @@ -60,7 +60,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - - uses: buildpacks/github-actions/setup-tools@v5.5.1 + - uses: buildpacks/github-actions/setup-tools@v5.5.2 - name: Buildx Build/Publish run: | docker buildx build . \