diff --git a/.github/workflows/github-release-workflow.yml b/.github/workflows/github-release-workflow.yml index e7064c7a..821def37 100644 --- a/.github/workflows/github-release-workflow.yml +++ b/.github/workflows/github-release-workflow.yml @@ -57,7 +57,7 @@ jobs: java-version: '21' architecture: x64 - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}