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