diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 30a5a38df..a9973490d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 📥 - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}' fetch-depth: '0' # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin#note-when-using-build-environments diff --git a/.github/workflows/renovate_check-build.yml b/.github/workflows/renovate_check-build.yml index 9f6c5b054..e8ada3136 100644 --- a/.github/workflows/renovate_check-build.yml +++ b/.github/workflows/renovate_check-build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 📥 - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}' fetch-depth: '0' # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin#note-when-using-build-environments