diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 7a8389f..d7f09a0 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -27,7 +27,7 @@ jobs: run: | git fetch origin ${{ github.event.pull_request.head.sha }} git checkout ${{ github.event.pull_request.head.sha }} - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 987e94a..c9f7a21 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -42,7 +42,7 @@ jobs: run: | git fetch origin ${{ github.event.pull_request.head.sha }} git checkout ${{ github.event.pull_request.head.sha }} - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}