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