From d77ceb4ffcd24eba7e56e0a7a5f601c90d084f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:04:01 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.5.0 to 5.5.1 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 78043737..771b2887 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.5.0 + uses: buildpacks/github-actions/setup-pack@v5.5.1 - name: Create builder image run: pack builder create ${{ matrix.builder }} --config ${{ matrix.builder }}/builder.toml --pull-policy always # We export the run image too (and not just the generated builder image), since it adds virtually @@ -70,7 +70,7 @@ jobs: ref: main repository: heroku/${{ matrix.language }}-getting-started.git - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.5.0 + uses: buildpacks/github-actions/setup-pack@v5.5.1 - name: Restore Docker images from the cache uses: actions/cache/restore@v3 with: @@ -110,7 +110,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.5.0 + uses: buildpacks/github-actions/setup-pack@v5.5.1 - name: Restore Docker images from the cache uses: actions/cache/restore@v3 with: