From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/.github/workflows/documentation.yml | 2 +- testing/web-platform/tests/.github/workflows/interfaces.yml | 2 +- testing/web-platform/tests/.github/workflows/manifest.yml | 2 +- testing/web-platform/tests/.github/workflows/regen_certs.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testing/web-platform/tests/.github') 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 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 -- cgit v1.2.3