diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6db8604..961afca 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -42,7 +42,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4.2.2 - name: Set up cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}