Skip to content

Commit 3fd9f83

Browse files
authored
Merge pull request #742 from hwakabh/main
2 parents 233596d + b2cfeb4 commit 3fd9f83

File tree

6 files changed

+261
-261
lines changed

6 files changed

+261
-261
lines changed

.github/workflows/backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# https://github.com/buildpacks/github-actions#setup-pack-cli-action
4040
- name: Install pack
41-
uses: buildpacks/github-actions/setup-pack@v5.9.3
41+
uses: buildpacks/github-actions/setup-pack@v5.9.4
4242

4343
# Google Cloud buildpacks
4444
# https://cloud.google.com/docs/buildpacks/builders

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Run only for Backend
8888
- name: Install pack
8989
if: steps.filter.outputs.api == 'true'
90-
uses: buildpacks/github-actions/setup-pack@v5.9.3
90+
uses: buildpacks/github-actions/setup-pack@v5.9.4
9191

9292
- name: Build Express App
9393
if: steps.filter.outputs.api == 'true'

0 commit comments

Comments
 (0)