From 1ad6c0d7d02821697143a6c51a39178ae1eb4a5e Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Fri, 4 Mar 2022 15:34:49 -0800 Subject: [PATCH] =?UTF-8?q?gradle.yml:=20add=20name=20to=20=E2=80=9CGit=20?= =?UTF-8?q?checkout=E2=80=9D=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c477f7dd0..49fccb296 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -20,7 +20,8 @@ jobs: fail-fast: false name: JAVA ${{ matrix.distribution }} ${{ matrix.java }} OS ${{ matrix.os }} Gradle ${{ matrix.gradle }} steps: - - uses: actions/checkout@v1 + - name: Git checkout + uses: actions/checkout@v1 - name: Set up JDK uses: actions/setup-java@v2 with: