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'