Skip to content

Commit 3fe4017

Browse files
authored
Merge pull request #138 from authzed/dependabot/github_actions/peter-evans/create-pull-request-8
build(deps): bump peter-evans/create-pull-request from 7 to 8
2 parents 3885f5f + e451551 commit 3fe4017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-openapi-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Create a new PR with changes
5454
- name: Create Pull Request
5555
if: steps.update-spec.outputs.changes == 'true'
56-
uses: peter-evans/create-pull-request@v7
56+
uses: peter-evans/create-pull-request@v8
5757
with:
5858
commit-message: 'chore: update OpenAPI spec'
5959
title: 'chore: update OpenAPI spec'

0 commit comments

Comments
 (0)