Skip to content

Commit

Permalink
deps(ci): bump peter-evans/create-pull-request from 6 to 7 (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisonbarbosa committed Sep 4, 2024
2 parents d724733 + e6c4910 commit 5dc6cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/patch-vendored-samba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: cp -a samba-patched/python/samba/* internal/policies/certificate/python/vendor_samba
- name: Create Pull Request
if: ${{ always() }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Auto update vendored Samba code
title: 'deps(vendor): auto update vendored Samba code'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
shell: bash
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Refresh policy definition files
title: Refresh policy definition files
Expand Down

0 comments on commit 5dc6cd8

Please sign in to comment.