diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 9f016cd..cd98df8 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Fetch all history for all tags and branches # mkdocs-git-revision-date-localized-plugin needs access to the last commit that touched a specific file with: diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index b6b0038..d98853c 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Fetch all history for all tags and branches # mkdocs-git-revision-date-localized-plugin needs access to the last commit that touched a specific file with: