Skip to content

Commit b12fc40

Browse files
chore(deps): update peter-evans/create-pull-request action to v8 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3d5b2d commit b12fc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_os_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
9090
- name: Create a PR if versions have been updated on main
91-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
91+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
9292
if: github.ref == 'refs/heads/main' && steps.check-changes.outputs.changed == 'true'
9393
with:
9494
token: ${{ secrets.REPO_GHA_PAT }}

0 commit comments

Comments
 (0)