From c65cf97ee246bbd58fd49015a428e39b20e34a79 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 19 Sep 2024 21:21:07 +0200 Subject: Fix composite action not being checked out --- .github/actions/setup-normal-workspace/action.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/actions/setup-normal-workspace/action.yml') diff --git a/.github/actions/setup-normal-workspace/action.yml b/.github/actions/setup-normal-workspace/action.yml index 100aa9b03..a0781d53c 100644 --- a/.github/actions/setup-normal-workspace/action.yml +++ b/.github/actions/setup-normal-workspace/action.yml @@ -3,8 +3,6 @@ name: 'Setup Java, Gradle and check out the source code' runs: using: composite steps: - - name: Checkout code - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4 with: -- cgit