From 86d380154b134cc8a5eec6269e23838e0cb85c3d Mon Sep 17 00:00:00 2001 From: erabii Date: Mon, 24 Apr 2023 15:42:37 +0300 Subject: [PATCH] Minor simplification in the pipeline (#1316) --- .github/workflows/composites/setup/action.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/workflows/composites/setup/action.yaml diff --git a/.github/workflows/composites/setup/action.yaml b/.github/workflows/composites/setup/action.yaml deleted file mode 100644 index 09ac9879..00000000 --- a/.github/workflows/composites/setup/action.yaml +++ /dev/null @@ -1,9 +0,0 @@ -name: setup project -description: setup project -runs: - using: "composite" - steps: - - uses: actions/setup-java@v2 - with: - distribution: 'temurin' - java-version: '17'