From 5a294cec7df8455758244b28e87107b239d0d66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 20:12:52 -0500 Subject: [PATCH] Bump buildpacks/github-actions from 5.1.0 to 5.2.0 (#61) Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c71c5b6..48f0eea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} - id: setup-pack - uses: buildpacks/github-actions/setup-pack@v5.1.0 + uses: buildpacks/github-actions/setup-pack@v5.2.0 - id: package run: | #!/usr/bin/env bash