diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03dc054..64e3f1e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: CI - Continuous Integration +name: CI - Continuous Integration on: push: @@ -563,7 +563,7 @@ jobs: continue-on-error: true - name: Cache SonarCloud packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar