diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 949ff16..f7cfac5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: distribution: 'temurin' cache: 'maven' - name: Cache OWASP database - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: target/owasp/data key: owasp-data diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 604c4b3..7d64738 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -19,7 +19,7 @@ jobs: distribution: 'temurin' cache: 'maven' - name: Cache SonarCloud packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar