diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-21 20:54:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 20:54:27 +0100 |
commit | 4ca99af8f5c5ba9adfbb0b8a23e19d21272f8b61 (patch) | |
tree | 6a4a1a3ae0a3593cda8d739ace3c6ca5268fe762 /.github/workflows | |
parent | 7f0581cd3520a22fbec7994ee122d6a253272392 (diff) |
Bump JamesIves/github-pages-deploy-action from 4.3.4 to 4.4.0 (#17742)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 70566c425a..691770a5af 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,7 +34,7 @@ jobs: qmk --verbose generate-docs - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.4 + uses: JamesIves/github-pages-deploy-action@v4.4.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BASE_BRANCH: master |