diff options
Diffstat (limited to 'testing/web-platform/tests/.github/workflows')
4 files changed, 5 insertions, 5 deletions
diff --git a/testing/web-platform/tests/.github/workflows/documentation.yml b/testing/web-platform/tests/.github/workflows/documentation.yml index 0efa736ade..eecf8ea636 100644 --- a/testing/web-platform/tests/.github/workflows/documentation.yml +++ b/testing/web-platform/tests/.github/workflows/documentation.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' - name: Set up Node uses: actions/setup-node@v4 with: diff --git a/testing/web-platform/tests/.github/workflows/interfaces.yml b/testing/web-platform/tests/.github/workflows/interfaces.yml index 04636e0bb3..ff2a679b59 100644 --- a/testing/web-platform/tests/.github/workflows/interfaces.yml +++ b/testing/web-platform/tests/.github/workflows/interfaces.yml @@ -15,7 +15,7 @@ jobs: - name: Create pull request # Use a conditional step instead of a conditional job to work around #20700. if: github.repository == 'web-platform-tests/wpt' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} author: wpt-pr-bot <wpt-pr-bot@users.noreply.github.com> diff --git a/testing/web-platform/tests/.github/workflows/manifest.yml b/testing/web-platform/tests/.github/workflows/manifest.yml index 597259eb72..aae43615a9 100644 --- a/testing/web-platform/tests/.github/workflows/manifest.yml +++ b/testing/web-platform/tests/.github/workflows/manifest.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' - name: Checkout uses: actions/checkout@v4 with: diff --git a/testing/web-platform/tests/.github/workflows/regen_certs.yml b/testing/web-platform/tests/.github/workflows/regen_certs.yml index d3e1240e79..bb0cea9f39 100644 --- a/testing/web-platform/tests/.github/workflows/regen_certs.yml +++ b/testing/web-platform/tests/.github/workflows/regen_certs.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' - name: Checkout uses: actions/checkout@v4 - name: Regenerate certs @@ -24,7 +24,7 @@ jobs: - name: Commit and create pull request # Use a conditional step instead of a conditional job to work around #20700. if: github.repository == 'web-platform-tests/wpt' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} author: wpt-pr-bot <wpt-pr-bot@users.noreply.github.com> |