Skip to content

Commit a1b0e02

Browse files
Update peter-evans/create-pull-request action to v7
1 parent a4f8480 commit a1b0e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_tzdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Create Pull Request
5252
if: steps.should-run.outputs.version-changed
53-
uses: peter-evans/create-pull-request@v6
53+
uses: peter-evans/create-pull-request@v7
5454
with:
5555
token: ${{ secrets.PUBLIC_REPO_TOKEN }}
5656
commit-message: "Update TZDB to ${{ steps.latest-tzdb-version.outputs.tzdb-version }}"

0 commit comments

Comments
 (0)