diff --git a/.github/workflows/henderson-ci.yml b/.github/workflows/henderson-ci.yml index 024da40..d01a64d 100644 --- a/.github/workflows/henderson-ci.yml +++ b/.github/workflows/henderson-ci.yml @@ -23,7 +23,7 @@ jobs: server-password: MAVEN_PASSWORD - name: Cache Maven dependencies - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}