diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02e8e956..55a8b532 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}