From 0acbe860c497d1b49740a0ff8772afe9a52c7d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:10:30 +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.9.7 to 5.10.0 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.9.7...v5.10.0) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-majors ... Signed-off-by: dependabot[bot] --- .github/workflows/backend.yaml | 2 +- .github/workflows/test-and-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yaml b/.github/workflows/backend.yaml index 1994e63..1b0a5c9 100644 --- a/.github/workflows/backend.yaml +++ b/.github/workflows/backend.yaml @@ -38,7 +38,7 @@ jobs: # https://github.com/buildpacks/github-actions#setup-pack-cli-action - name: Install pack - uses: buildpacks/github-actions/setup-pack@v5.9.7 + uses: buildpacks/github-actions/setup-pack@v5.10.0 # Google Cloud buildpacks # https://cloud.google.com/docs/buildpacks/builders diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index 230ecb5..367de22 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -87,7 +87,7 @@ jobs: # Run only for Backend - name: Install pack if: steps.filter.outputs.api == 'true' - uses: buildpacks/github-actions/setup-pack@v5.9.7 + uses: buildpacks/github-actions/setup-pack@v5.10.0 - name: Build Express App if: steps.filter.outputs.api == 'true'