Skip to content

Commit

Permalink
Merge pull request #164 from EmixamPP/dependabot/github_actions/peter…
Browse files Browse the repository at this point in the history
…-evans/create-pull-request-6

build(deps): bump peter-evans/create-pull-request from 5 to 6
  • Loading branch information
EmixamPP authored Mar 8, 2024
2 parents 81c2ec6 + a77783f commit b446a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/depend-opencv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sed -E -i "s@(OPENCV_VERSION:\s+\")([0-9]+\.[0-9]+\.[0-9]+)(\")@\1$VERSION\3@" .github/workflows/build.yml
- name: Create PR if new version
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
title: "chore(workflow): update opencv to ${{ env.VERSION }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depend-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sed -E -i "s@(YAML_VERSION:\s+\")([0-9]+\.[0-9]+\.[0-9]+)(\")@\1$VERSION\3@" .github/workflows/build.yml
- name: Create PR if new version
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
title: "chore(workflow): update yaml to ${{ env.VERSION }}"
Expand Down

0 comments on commit b446a85

Please sign in to comment.