summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/.github/workflows/interfaces.yml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/.github/workflows/interfaces.yml')
-rw-r--r--testing/web-platform/tests/.github/workflows/interfaces.yml2
1 files changed, 1 insertions, 1 deletions
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>