From 271509c5ce689a16ab4391b74285e54f90a46b3a Mon Sep 17 00:00:00 2001 From: Kenneth Rosario Date: Thu, 6 Jul 2023 10:30:23 -0700 Subject: [PATCH] chore: remove redundant version flag in conformance action --- .github/workflows/conformance.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 5ea928c5..965dd7dc 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -44,7 +44,6 @@ jobs: - name: Run HTTP conformance tests uses: GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0 with: - version: 'v1.6.0' functionType: 'http' useBuildpacks: false validateMapping: false @@ -53,7 +52,6 @@ jobs: - name: Run event conformance tests uses: GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0 with: - version: 'v1.6.0' functionType: 'legacyevent' useBuildpacks: false validateMapping: true @@ -62,7 +60,6 @@ jobs: - name: Run CloudEvents conformance tests uses: GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0 with: - version: 'v1.6.0' functionType: 'cloudevent' useBuildpacks: false validateMapping: true @@ -71,7 +68,6 @@ jobs: - name: Run HTTP conformance tests declarative uses: GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0 with: - version: 'v1.6.0' functionType: 'http' useBuildpacks: false validateMapping: false @@ -80,7 +76,6 @@ jobs: - name: Run CloudEvents conformance tests declarative uses: GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0 with: - version: 'v1.6.0' functionType: 'cloudevent' useBuildpacks: false validateMapping: true @@ -89,7 +84,6 @@ jobs: - name: Run HTTP concurrency tests declarative uses: GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0 with: - version: 'v1.6.0' functionType: 'http' useBuildpacks: false validateConcurrency: true @@ -98,7 +92,6 @@ jobs: - name: Run Typed tests declarative uses: GoogleCloudPlatform/functions-framework-conformance/action@1975792fb34ebbfa058d690666186d669d3a5977 # v1.8.0 with: - version: 'v1.6.0' functionType: 'http' useBuildpacks: false validateMapping: false