Skip to content

Commit dc55127

Browse files
authored
chore(deps): update googlecloudplatform/functions-framework-conformance digest to a95b422 (#216)
1 parent 8433662 commit dc55127

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
@@ -45,27 +45,27 @@ jobs:
4545
ruby-version: ${{ matrix.ruby }}
4646
bundler-cache: true
4747
- name: Run HTTP conformance tests
48-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
48+
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
4949
with:
5050
functionType: 'http'
5151
useBuildpacks: false
5252
cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target http_func --signature-type http'"
5353
- name: Run Typed conformance tests
54-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
54+
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
5555
with:
5656
functionType: 'http'
5757
declarativeType: 'typed'
5858
useBuildpacks: false
5959
cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target typed_func --signature-type http'"
6060
- name: Run CloudEvent conformance tests
61-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
61+
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
6262
with:
6363
functionType: 'cloudevent'
6464
useBuildpacks: false
6565
validateMapping: true
6666
cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target cloudevent_func --signature-type cloudevent'"
6767
- name: Run HTTP concurrency tests
68-
uses: GoogleCloudPlatform/functions-framework-conformance/action@1041a97e93a463d9efb17dda821f3ddc0bf0024f # main
68+
uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main
6969
with:
7070
functionType: 'http'
7171
useBuildpacks: false

0 commit comments

Comments
 (0)