diff --git a/.github/workflows/triage-label.yaml b/.github/workflows/triage-label.yaml index 3d8df29e..287124cf 100644 --- a/.github/workflows/triage-label.yaml +++ b/.github/workflows/triage-label.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add triage label - uses: actions/github-script@35b1cdd1b2c1fc704b1cd9758d10f67e833fcb02 + uses: actions/github-script@58d7008c60bc638cd07845c89db844ed32ee7014 with: script: | const issueNumber = context.issue.number;