diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 290241a..ebb5631 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: analysis: true steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up Java