@@ -15,7 +15,7 @@ permissions: read-all
15
15
16
16
jobs :
17
17
nodejs10 :
18
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
18
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
19
19
with :
20
20
http-builder-source : ' test/conformance'
21
21
http-builder-target : ' writeHttpDeclarative'
25
25
builder-runtime : ' nodejs10'
26
26
builder-runtime-version : ' 10'
27
27
nodejs12 :
28
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
28
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
29
29
with :
30
30
http-builder-source : ' test/conformance'
31
31
http-builder-target : ' writeHttpDeclarative'
35
35
builder-runtime : ' nodejs12'
36
36
builder-runtime-version : ' 12'
37
37
nodejs14 :
38
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
38
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
39
39
with :
40
40
http-builder-source : ' test/conformance'
41
41
http-builder-target : ' writeHttpDeclarative'
45
45
builder-runtime : ' nodejs14'
46
46
builder-runtime-version : ' 14'
47
47
nodejs16 :
48
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
48
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
49
49
with :
50
50
http-builder-source : ' test/conformance'
51
51
http-builder-target : ' writeHttpDeclarative'
55
55
builder-runtime : ' nodejs16'
56
56
builder-runtime-version : ' 16'
57
57
nodejs18 :
58
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
58
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
59
59
with :
60
60
http-builder-source : ' test/conformance'
61
61
http-builder-target : ' writeHttpDeclarative'
65
65
builder-runtime : ' nodejs18'
66
66
builder-runtime-version : ' 18'
67
67
nodejs20 :
68
- uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.4
68
+ uses : GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
69
69
with :
70
70
http-builder-source : ' test/conformance'
71
71
http-builder-target : ' writeHttpDeclarative'
0 commit comments