diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 55901c77814c..7fc31646a005 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -48,7 +48,7 @@ jobs: distribution: 'temurin' java-version: 21 - name: Cache for maven dependencies autotest - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-autotest-${{ hashFiles('**/pom.xml') }}