We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 666ab4f + 0202756 commit 1462ba4Copy full SHA for 1462ba4
.github/workflows/backend.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
# https://github.com/buildpacks/github-actions#setup-pack-cli-action
40
- name: Install pack
41
- uses: buildpacks/github-actions/setup-pack@v5.9.4
+ uses: buildpacks/github-actions/setup-pack@v5.9.5
42
43
# Google Cloud buildpacks
44
# https://cloud.google.com/docs/buildpacks/builders
.github/workflows/test-and-build.yaml
@@ -87,7 +87,7 @@ jobs:
87
# Run only for Backend
88
89
if: steps.filter.outputs.api == 'true'
90
91
92
- name: Build Express App
93
0 commit comments