diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbac67c..fa15beb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: python run_tests.py - name: create issue on failure if: failure() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.ISSUE_TOKEN }} script: |