From 3065f993f354da06b1cd77992d8455ee8d68adbf Mon Sep 17 00:00:00 2001 From: Greg Lin Date: Sun, 15 Oct 2023 17:51:11 -0500 Subject: [PATCH] Update Actions versions --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3fd0846d..7b1fb6c6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -79,7 +79,7 @@ jobs: - name: Deploy pkgdown site to Netlify if: matrix.config.release - uses: nwtgck/actions-netlify@v1.2 + uses: nwtgck/actions-netlify@v2.1 with: publish-dir: './docs' github-token: ${{ secrets.GITHUB_TOKEN }} @@ -98,7 +98,7 @@ jobs: - name: Deploy pkgdown site to GitHub Pages if: matrix.config.release && github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.3.3 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages folder: docs