From 68e11cd76c9fb1daf6989c4b291d828af97b76f5 Mon Sep 17 00:00:00 2001 From: Tomasz Tutka Date: Thu, 15 Feb 2024 11:17:35 +0100 Subject: [PATCH] corrected --- .github/workflows/sync_sdk_with_new_api_spec.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/sync_sdk_with_new_api_spec.yml b/.github/workflows/sync_sdk_with_new_api_spec.yml index 3fbb157b..1751215a 100644 --- a/.github/workflows/sync_sdk_with_new_api_spec.yml +++ b/.github/workflows/sync_sdk_with_new_api_spec.yml @@ -25,10 +25,6 @@ jobs: java-version: ${{ matrix.java-version }} distribution: temurin cache: maven - cache-dependency-path: 'equinix-openapi-fabric/pom.xml' - - - name: Checkout Go Code - uses: actions/checkout@v2 - name: Get next API Spec Version id: spec_versions