diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc862aa8..f4bdbf9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4.1.4 - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.1.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}