Skip to content

Commit 4042b63

Browse files
committed
chore(deps): update googlecloudplatform/functions-framework-conformance digest to 86ea750
1 parent 28c7943 commit 4042b63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/conformance.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
run: (cd function-maven-plugin/ && mvn install)
5656

5757
- name: Run HTTP conformance tests
58-
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
58+
uses: GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
5959
with:
6060
functionType: 'http'
6161
useBuildpacks: false
6262
cmd: "'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.HttpConformanceFunction'"
6363
startDelay: 10
6464

6565
- name: Run Typed conformance tests
66-
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
66+
uses: GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
6767
with:
6868
functionType: 'http'
6969
declarativeType: 'typed'
@@ -72,7 +72,7 @@ jobs:
7272
startDelay: 10
7373

7474
- name: Run background event conformance tests
75-
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
75+
uses: GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
7676
with:
7777
functionType: 'legacyevent'
7878
useBuildpacks: false
@@ -81,7 +81,7 @@ jobs:
8181
startDelay: 10
8282

8383
- name: Run cloudevent conformance tests
84-
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
84+
uses: GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
8585
with:
8686
functionType: 'cloudevent'
8787
useBuildpacks: false
@@ -90,7 +90,7 @@ jobs:
9090
startDelay: 10
9191

9292
- name: Run HTTP concurrency conformance tests
93-
uses: GoogleCloudPlatform/functions-framework-conformance/action@6ae50bd9db5ed980c5ceff3cf7b200f705be94fc # main
93+
uses: GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main
9494
with:
9595
functionType: 'http'
9696
useBuildpacks: false

0 commit comments

Comments
 (0)