diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index feae5c85..002ddb22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,14 +83,14 @@ jobs: sudo apt-get update -q && sudo apt-get install -y microsoft-edge-beta - name: Cache SonarCloud packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}