diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6a8fd6dc..e31cab79 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6.0.2 - name: Set up cache - uses: actions/cache@v5.0.3 + uses: actions/cache@v6.1.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}