diff --git a/.github/workflows/utility-update-labels.yml b/.github/workflows/utility-update-labels.yml index e0288d5..c7baa25 100644 --- a/.github/workflows/utility-update-labels.yml +++ b/.github/workflows/utility-update-labels.yml @@ -28,7 +28,7 @@ jobs: {"name": "stale", "color": "712B19", "description": "It's been a while this has been active"} ] steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const labels = JSON.parse(process.env.LABELS_JSON);