From e015089a22a85b9e19783af2773f7ecd3a4022df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:56:10 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.8.2 to 5.8.3 (#792) Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.2...v5.8.3) --- 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> Co-authored-by: Aidan Delaney --- .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 de5720f72..4015547bf 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.8.2 + uses: buildpacks/github-actions/setup-pack@v5.8.3 with: pack-version: '0.36.0' - name: Test