diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 151bda1..9bc3917 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -30,7 +30,7 @@ jobs: steps: - id: checkout name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - id: sonarcloud @@ -52,7 +52,7 @@ jobs: steps: - id: checkout name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - id: setup name: Setup run: ./setup