diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d6182758b..e8a370952 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set up cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}