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