Skip to content

Commit 9f3fcc3

Browse files
authored
Merge pull request #194 from EmixamPP/dependabot/github_actions/peter-evans/create-pull-request-7
build(deps): bump peter-evans/create-pull-request from 6 to 7
2 parents 0c50261 + 0a6ef85 commit 9f3fcc3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/depend-argparse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sed -i 's/\(set(ARGPARSE_GIT_TAG "\)[^"]*\(".*\)/\1${{ env.VERSION }}\2/' .github/workflows/deps/CMakeLists.txt
2525
2626
- name: Create PR if new version
27-
uses: peter-evans/create-pull-request@v6
27+
uses: peter-evans/create-pull-request@v7
2828
with:
2929
token: ${{ secrets.PAT }}
3030
title: "chore(ci): update argparse to ${{ env.VERSION }}"

.github/workflows/depend-opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sed -i 's/\(set(OPENCV_GIT_TAG "\)[^"]*\(".*\)/\1${{ env.VERSION }}\2/' .github/workflows/deps/CMakeLists.txt
2525
2626
- name: Create PR if new version
27-
uses: peter-evans/create-pull-request@v6
27+
uses: peter-evans/create-pull-request@v7
2828
with:
2929
token: ${{ secrets.PAT }}
3030
title: "chore(ci): update opencv to ${{ env.VERSION }}"

.github/workflows/depend-spdlog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sed -i 's/\(set(SPDLOG_GIT_TAG "\)[^"]*\(".*\)/\1${{ env.VERSION }}\2/' .github/workflows/deps/CMakeLists.txt
2525
2626
- name: Create PR if new version
27-
uses: peter-evans/create-pull-request@v6
27+
uses: peter-evans/create-pull-request@v7
2828
with:
2929
token: ${{ secrets.PAT }}
3030
title: "chore(ci): update spdlog to ${{ env.VERSION }}"

.github/workflows/depend-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sed -i 's/\(set(YAML_GIT_TAG "\)[^"]*\(".*\)/\1${{ env.VERSION }}\2/' .github/workflows/deps/CMakeLists.txt
2525
2626
- name: Create PR if new version
27-
uses: peter-evans/create-pull-request@v6
27+
uses: peter-evans/create-pull-request@v7
2828
with:
2929
token: ${{ secrets.PAT }}
3030
title: "chore(ci): update yaml to ${{ env.VERSION }}"

0 commit comments

Comments
 (0)