From 295cb599a63e63c1308b2245053cc555da43ff15 Mon Sep 17 00:00:00 2001 From: Vladimir Jimenez Date: Mon, 15 Jan 2024 14:26:56 -0800 Subject: [PATCH] chore(ci/cd): remove unused step in warehouse workflow --- .github/workflows/provider-map-jobs.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/provider-map-jobs.yml b/.github/workflows/provider-map-jobs.yml index 061d1f0d..958f050c 100644 --- a/.github/workflows/provider-map-jobs.yml +++ b/.github/workflows/provider-map-jobs.yml @@ -97,12 +97,6 @@ jobs: with open(geojson_file, 'w') as f: json.dump(geojson, f, indent=2) - - name: Setup yq - uses: vegardit/gha-setup-yq@v1 - with: - use-cache: true - version: 4.40.5 - - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: