diff --git a/.github/workflows/backend.yaml b/.github/workflows/backend.yaml index 9d2be12..6860cc4 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.4 + uses: buildpacks/github-actions/setup-pack@v5.9.5 # 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 701d34b..6f317b1 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.4 + uses: buildpacks/github-actions/setup-pack@v5.9.5 - name: Build Express App if: steps.filter.outputs.api == 'true'