diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c9a0e1a..47b63248 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.9 + - uses: actions/cache@v3.0.10 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}