diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index af0d6b1ab..4b10d82ba 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -42,7 +42,7 @@ jobs: - name: 🔑 Create GitHub App token (mkdocs) id: mkdocs_token - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 with: app-id: ${{ secrets.MKDOCS_APP_ID }} private-key: ${{ secrets.MKDOCS_PEM }}