Skip to content

Commit d51f080

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 7816433 commit d51f080

File tree

3 files changed

+305
-1774
lines changed

3 files changed

+305
-1774
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
jobs:
99
nodejs10:
10-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
10+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.7.0
1111
with:
1212
http-builder-source: 'test/conformance'
1313
http-builder-target: 'writeHttpDeclarative'
@@ -18,7 +18,7 @@ jobs:
1818
# Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs10/builder
1919
builder-tag: 'nodejs10_20220320_10_24_1_RC00'
2020
nodejs12:
21-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
21+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.7.0
2222
with:
2323
http-builder-source: 'test/conformance'
2424
http-builder-target: 'writeHttpDeclarative'
@@ -29,7 +29,7 @@ jobs:
2929
# Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs12/builder
3030
builder-tag: 'nodejs12_20220320_12_22_9_RC00'
3131
nodejs14:
32-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
32+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.7.0
3333
with:
3434
http-builder-source: 'test/conformance'
3535
http-builder-target: 'writeHttpDeclarative'
@@ -40,7 +40,7 @@ jobs:
4040
# Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs16/builder
4141
builder-tag: 'nodejs14_20220320_14_18_3_RC00'
4242
nodejs16:
43-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
43+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.7.0
4444
with:
4545
http-builder-source: 'test/conformance'
4646
http-builder-target: 'writeHttpDeclarative'

0 commit comments

Comments
 (0)