Skip to content

Commit 8916c85

Browse files
committed
chore(deps): update googlecloudplatform/functions-framework-conformance digest to 403fda9
1 parent 3ad9d44 commit 8916c85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conformance.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,27 @@ jobs:
4646
ruby-version: ${{ matrix.ruby }}
4747
bundler-cache: true
4848
- name: Run HTTP conformance tests
49-
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
49+
uses: GoogleCloudPlatform/functions-framework-conformance/action@403fda9e6e176aae87646aace9bed075cee8e7fd # main
5050
with:
5151
functionType: 'http'
5252
useBuildpacks: false
5353
cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target http_func --signature-type http'"
5454
- name: Run Typed conformance tests
55-
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
55+
uses: GoogleCloudPlatform/functions-framework-conformance/action@403fda9e6e176aae87646aace9bed075cee8e7fd # main
5656
with:
5757
functionType: 'http'
5858
declarativeType: 'typed'
5959
useBuildpacks: false
6060
cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target typed_func --signature-type http'"
6161
- name: Run CloudEvent conformance tests
62-
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
62+
uses: GoogleCloudPlatform/functions-framework-conformance/action@403fda9e6e176aae87646aace9bed075cee8e7fd # main
6363
with:
6464
functionType: 'cloudevent'
6565
useBuildpacks: false
6666
validateMapping: true
6767
cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target cloudevent_func --signature-type cloudevent'"
6868
- name: Run HTTP concurrency tests
69-
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
69+
uses: GoogleCloudPlatform/functions-framework-conformance/action@403fda9e6e176aae87646aace9bed075cee8e7fd # main
7070
with:
7171
functionType: 'http'
7272
useBuildpacks: false

0 commit comments

Comments
 (0)