From 52be3b57aa63fb407497b38e7e5c1e18f5ae1bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:19:55 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.2.0 to 5.3.1 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.2.0 to 5.3.1. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.2.0...v5.3.1) --- 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 b3760be39..1bc197e2e 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.2.0 + uses: buildpacks/github-actions/setup-pack@v5.3.1 with: pack-version: '0.28.0' - name: Test