diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 621ba34a6..db941dd8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: # ref: https://github.com/github/docs/blob/main/.github/workflows/triage-unallowed-contributions.yml - name: Comment About Changes We Can't Accept if: ${{ steps.filter_not_allowed.outputs.change == 'true' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | let workflowFailMessage = "It looks like you've modified some files that we can't accept as contributions."