diff --git a/.github/workflows/github-default-actions.yml b/.github/workflows/github-default-actions.yml index e05ea0b..19bb5cf 100644 --- a/.github/workflows/github-default-actions.yml +++ b/.github/workflows/github-default-actions.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: "Cache Maven repository" - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}