Skip to content

Commit 50c8522

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 978054b commit 50c8522

File tree

4 files changed

+260
-190
lines changed

4 files changed

+260
-190
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.5.5
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.5.5
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.5.5
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.5.5
4444
with:
4545
http-builder-source: 'test/conformance'
4646
http-builder-target: 'writeHttpDeclarative'

.github/workflows/conformance.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm install
2929

3030
- name: Run HTTP conformance tests using legacy API
31-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
31+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
3232
with:
3333
functionType: 'http'
3434
useBuildpacks: false
@@ -37,7 +37,7 @@ jobs:
3737
cmd: "'npm start -- --target=writeHttp --signature-type=http'"
3838

3939
- name: Run event conformance tests using legacy API
40-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
40+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
4141
with:
4242
functionType: 'legacyevent'
4343
useBuildpacks: false
@@ -46,7 +46,7 @@ jobs:
4646
cmd: "'npm start -- --target=writeLegacyEvent --signature-type=event'"
4747

4848
- name: Run cloudevent conformance tests using legacy API
49-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
49+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
5050
with:
5151
functionType: 'cloudevent'
5252
useBuildpacks: false
@@ -55,7 +55,7 @@ jobs:
5555
cmd: "'npm start -- --target=writeCloudEvent --signature-type=cloudevent'"
5656

5757
- name: Run HTTP conformance tests using declarative API
58-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
58+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
5959
with:
6060
functionType: 'http'
6161
useBuildpacks: false
@@ -64,7 +64,7 @@ jobs:
6464
cmd: "'npm start -- --target=writeHttpDeclarative'"
6565

6666
- name: Run cloudevent conformance tests using declarative API
67-
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
67+
uses: GoogleCloudPlatform/functions-framework-conformance/action@v1.5.5
6868
with:
6969
functionType: 'cloudevent'
7070
useBuildpacks: false

0 commit comments

Comments
 (0)