Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: newversion
run: python default.py --prepare-release "${{ steps.changes.outputs.last-tag }}"
- name: Create pull request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: Updated version in package.json to latest
branch: update-version-in-package-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build the Docker image
run: docker build -t "webperf-core:latest" .
- name: Create pull request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: Updating Dockerfile with latest browsers
branch: dockerfile-latest-browsers
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Update USER_AGENT
run: python default.py --update-browser
- name: Update USER_AGENT - Create pull request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: Update default user agent
branch: user-agent-updates
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Software Definitions - Update
run: python default.py --update-definitions ${{ secrets.GITHUB_TOKEN }}
- name: Software Definitions - Create pull request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: Update software, cve info and license definitions
branch: software-definition-updates
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Update CREDITS.md
run: python default.py --update-credits
- name: Update CREDITS.md - Create pull request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: Update CREDITS.md
branch: credits-updates
Expand Down
Loading