From bcf0cfe0ad0027a1300d79c22c0a8dda8772ffcc Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Fri, 9 Aug 2024 12:20:40 -0700 Subject: [PATCH] Dependency bump on deployment action Signed-off-by: Derek Nola --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3624232ca..e3c16997e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: # Popular action to deploy to GitHub Pages: # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} cname: docs.k3s.io