@@ -15,7 +15,7 @@ permissions: read-all
1515
1616jobs :
1717 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
1919 with :
2020 http-builder-source : ' test/conformance'
2121 http-builder-target : ' writeHttpDeclarative'
2525 builder-runtime : ' nodejs10'
2626 builder-runtime-version : ' 10'
2727 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
2929 with :
3030 http-builder-source : ' test/conformance'
3131 http-builder-target : ' writeHttpDeclarative'
3535 builder-runtime : ' nodejs12'
3636 builder-runtime-version : ' 12'
3737 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
3939 with :
4040 http-builder-source : ' test/conformance'
4141 http-builder-target : ' writeHttpDeclarative'
4545 builder-runtime : ' nodejs14'
4646 builder-runtime-version : ' 14'
4747 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
4949 with :
5050 http-builder-source : ' test/conformance'
5151 http-builder-target : ' writeHttpDeclarative'
5555 builder-runtime : ' nodejs16'
5656 builder-runtime-version : ' 16'
5757 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
5959 with :
6060 http-builder-source : ' test/conformance'
6161 http-builder-target : ' writeHttpDeclarative'
6565 builder-runtime : ' nodejs18'
6666 builder-runtime-version : ' 18'
6767 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
6969 with :
7070 http-builder-source : ' test/conformance'
7171 http-builder-target : ' writeHttpDeclarative'
0 commit comments