diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6ebfddc..5e01380 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,7 +13,7 @@ jobs: java-version: 11 maven-version: 3.6.0 - name: "Cache local Maven" - uses: actions/cache@4 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}