diff --git a/.github/workflows/_base-type-check.yml b/.github/workflows/_base-type-check.yml index cfe3b4cabc..ed9caea616 100644 --- a/.github/workflows/_base-type-check.yml +++ b/.github/workflows/_base-type-check.yml @@ -14,7 +14,7 @@ jobs: steps: - run: npm install toml - name: Get pyproject.toml - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: get-pyproject with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -33,7 +33,7 @@ jobs: return { mypyFiles, content }; - name: Check for changes in mypy files - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: check-changes with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/label-base-on-title.yml b/.github/workflows/label-base-on-title.yml index 4e811edf99..3ce6d100d8 100644 --- a/.github/workflows/label-base-on-title.yml +++ b/.github/workflows/label-base-on-title.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR title and add label if it matches prefixes - uses: actions/github-script@v7 + uses: actions/github-script@v8 continue-on-error: true with: script: |