diff --git a/.github/workflows/daily-security-check.yml b/.github/workflows/daily-security-check.yml index 721512a..bd0574f 100644 --- a/.github/workflows/daily-security-check.yml +++ b/.github/workflows/daily-security-check.yml @@ -89,7 +89,7 @@ jobs: cache: 'maven' - name: Set up maven cache if needed if: steps.check_maven.outputs.files_exists == 'true' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}