From 29095db74ee3f76d3eaf1a62cdc3e3492d44966c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:09:05 +0000 Subject: [PATCH] chore(deps): bump buildpacks/github-actions in the ci-dependencies group Bumps the ci-dependencies group with 1 update: [buildpacks/github-actions](https://github.com/buildpacks/github-actions). Updates `buildpacks/github-actions` from 5.7.0 to 5.7.2 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.7.0...v5.7.2) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d482b2b..6b81c4a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -160,7 +160,7 @@ jobs: latest - name: 🔰 Setup pack - uses: buildpacks/github-actions/setup-pack@v5.7.0 + uses: buildpacks/github-actions/setup-pack@v5.7.2 - name: 📦 Build image shell: bash @@ -263,7 +263,7 @@ jobs: latest - name: 🔰 Setup pack - uses: buildpacks/github-actions/setup-pack@v5.7.0 + uses: buildpacks/github-actions/setup-pack@v5.7.2 - name: 📦 Build image shell: bash