From d384e773fa8c2ff5e3b278c630aa029097271e3f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 25 Feb 2026 18:39:09 +0000 Subject: [PATCH] chore(deps): update googlecloudplatform/functions-framework-conformance digest to 86ea750 --- .github/workflows/conformance.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index a311811..1ba3a4e 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -46,27 +46,27 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run HTTP conformance tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main + uses: GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main with: functionType: 'http' useBuildpacks: false cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target http_func --signature-type http'" - name: Run Typed conformance tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main + uses: GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main with: functionType: 'http' declarativeType: 'typed' useBuildpacks: false cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target typed_func --signature-type http'" - name: Run CloudEvent conformance tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main + uses: GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main with: functionType: 'cloudevent' useBuildpacks: false validateMapping: true cmd: "'bundle exec functions-framework-ruby --source test/conformance/app.rb --target cloudevent_func --signature-type cloudevent'" - name: Run HTTP concurrency tests - uses: GoogleCloudPlatform/functions-framework-conformance/action@a95b422b1e7ef3c73d2b7605db428e6387b106fc # main + uses: GoogleCloudPlatform/functions-framework-conformance/action@86ea75023bd1b906b55d89b64dbdf80b49b850cc # main with: functionType: 'http' useBuildpacks: false