From 04ce41005b1c0f46fbb1697c4d8045db7d84a214 Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Fri, 5 Jan 2024 21:15:54 +0700 Subject: [PATCH] style: rename a step --- .github/workflows/populate-maven-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/populate-maven-cache.yml b/.github/workflows/populate-maven-cache.yml index 6e06362df..3cb1e31f0 100644 --- a/.github/workflows/populate-maven-cache.yml +++ b/.github/workflows/populate-maven-cache.yml @@ -42,7 +42,7 @@ jobs: distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax - - name: Restore existing cache copy + - name: Restore existing cache uses: actions/cache@v3.3.2 # https://github.com/actions/cache with: key: maven-repository-${{ hashFiles('pom.xml') }}