diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6833f9e..e1c8912 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }} run: ./build.ps1 -e -t Deploy-Packages - name: Deploy documents - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4.3.2 with: token: ${{ secrets.PA_TOKEN }} branch: gh-pages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ca2d9e..9c62d33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: name: artifacts path: ./dist - name: Deploy documents - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4.3.2 with: token: ${{ secrets.PA_TOKEN }} branch: gh-pages