diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4d581b820..b084e022f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -22,7 +22,7 @@ jobs: cache: maven - name: Cache OWASP Dependency-Check data - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2/repository/org/owasp/dependency-check-data key: ${{ runner.os }}-dependency-check-${{ hashFiles('**/pom.xml') }}