From 9b20a342981419ae15b41d4fd9adab1c241cf0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 17:37:43 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.3.1 to 5.4.0 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 df1ceb85f..07a0eb701 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.3.1 + uses: buildpacks/github-actions/setup-pack@v5.4.0 with: pack-version: '0.30.0-rc1' # FIXME: update to 0.30.0 when available - name: Test