Skip to content

Commit

Permalink
WIP - update the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 19, 2024
1 parent f58b14a commit a43fac6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pin-browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ jobs:
git commit -m "Update pinned browser versions"
- name: Create Pull Request
if: env.CHANGES_FOUND == 'true'
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.SELENIUM_CI_TOKEN }}
commit-message: Update pinned browser versions
committer: Selenium CI Bot <[email protected]>
author: Selenium CI Bot <[email protected]>
title: "Automated Browser Version Update"
body: "This is an automated pull request to update pinned browsers and drivers"
branch: "pinned-browsers-${{ github.run_number }}"
labels: update
branch: "pinned-browser-updates"

0 comments on commit a43fac6

Please sign in to comment.