diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 03cda6b..ffcfc67 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -24,7 +24,7 @@ jobs: permissions: contents: read # to checkout the repo steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0