From f9c8d76a2e510281867f7fadfd744b510d68dce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:22:18 +0000 Subject: [PATCH] build(deps): bump buildpacks/github-actions in the non-majors group Bumps the non-majors group with 1 update: [buildpacks/github-actions](https://github.com/buildpacks/github-actions). Updates `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 dependency-group: non-majors ... Signed-off-by: dependabot[bot] --- .github/workflows/backend.yaml | 2 +- .github/workflows/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yaml b/.github/workflows/backend.yaml index 674ca55f..5589366e 100644 --- a/.github/workflows/backend.yaml +++ b/.github/workflows/backend.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Install pack - uses: buildpacks/github-actions/setup-pack@v5.8.2 + uses: buildpacks/github-actions/setup-pack@v5.8.3 # https://github.com/buildpacks/github-actions#setup-pack-cli-action # https://github.com/google-github-actions/auth diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 633ed3ef..e9cffcf4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: - name: Install pack if: steps.filter.outputs.api == 'true' - uses: buildpacks/github-actions/setup-pack@v5.8.2 + uses: buildpacks/github-actions/setup-pack@v5.8.3 - name: Build Express App if: steps.filter.outputs.api == 'true'