diff --git a/.github/workflows/maya-hydra-new-issues.yml b/.github/workflows/maya-hydra-new-issues.yml index 3d9c3d8d9c..c9cf0ae44f 100644 --- a/.github/workflows/maya-hydra-new-issues.yml +++ b/.github/workflows/maya-hydra-new-issues.yml @@ -6,11 +6,10 @@ on: jobs: move-triage-card: runs-on: ubuntu-latest - steps: - - uses: alex-page/github-project-automation-plus@v0.8.3 - # Aug 2023: Update from v0.3.0 to v0.8.3 which uses node16. - # node12 is out of support. + steps: + - uses: alex-page/github-project-automation-plus@v0.9.0 + # Feb 2024: Update v0.9.0 which uses node20 (node16 is out of support). with: project: Issue Triage column: Needs triage - repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} \ No newline at end of file + repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}