From d86461ae1fc061eeb6f7546e524bd4e4cdced6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:51:54 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.7.0 to 5.7.2 (#730) Bumps [buildpacks/github-actions](https://github.com/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fbd30fa8..0409c011f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: - name: Install Dependencies run: sudo apt-get install make curl jq - name: Install pack - uses: buildpacks/github-actions/setup-pack@v5.7.0 + uses: buildpacks/github-actions/setup-pack@v5.7.2 with: pack-version: '0.31.0' - name: Test