diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 128c255..de6afff 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -65,7 +65,7 @@ jobs: {"name": "Component: pwait", "color": "0e8a16", "description": "Issues related to pwait(1)"} ] steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: script: | const labels = JSON.parse(process.env.LABELS_JSON);