diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a06a580..458b9138 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Configure Git Credentials