diff --git a/.github/workflows/container-deploy.yml b/.github/workflows/container-deploy.yml index 8b8dc5eab6..4e2591aec3 100644 --- a/.github/workflows/container-deploy.yml +++ b/.github/workflows/container-deploy.yml @@ -63,7 +63,7 @@ jobs: # Triton server for production is running on a separate server with 2 GPUs echo "DEFAULT_TRITON_URI=10.3.0.101:5504" >> $GITHUB_ENV - name: Wait for container build - uses: lewagon/wait-on-check-action@v1.4.1 + uses: lewagon/wait-on-check-action@v1.5.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ github.event.pull_request.head.sha || github.sha }} diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 2f25954004..46adbef781 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -67,7 +67,7 @@ jobs: # we only deploy on push to main if: | github.event_name == 'push' && github.event.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages # The branch the action should deploy to.