diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2a51bec7..eea546c7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6.0.0 - name: Set up cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}