summaryrefslogtreecommitdiff
path: root/.github/workflows/submodules.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/submodules.yml')
-rw-r--r--.github/workflows/submodules.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml
index 4fa3f331..0aa291e4 100644
--- a/.github/workflows/submodules.yml
+++ b/.github/workflows/submodules.yml
@@ -28,12 +28,10 @@ jobs:
pip3 install phabricator==0.8.0
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b circinus sagitta equuleus
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v6
with:
token: ${{secrets.GITHUB_TOKEN}}
commit-message: "Github: update current branch"
- committer: GitHub <noreply@github.com>
- author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
title: "Github: update current branch"
body: |
Autoupdate vyos-1x submodule
@@ -64,12 +62,10 @@ jobs:
pip3 install phabricator==0.8.0
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b sagitta equuleus
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v6
with:
token: ${{secrets.GITHUB_TOKEN}}
commit-message: "Github: update sagitta branch"
- committer: GitHub <noreply@github.com>
- author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
title: "Github: update sagitta branch"
body: |
Autoupdate vyos-1x submodule
@@ -101,12 +97,10 @@ jobs:
pip3 install phabricator==0.8.0
python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b equuleus
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v6
with:
token: ${{secrets.GITHUB_TOKEN}}
commit-message: "Github: update equuleus branch"
- committer: GitHub <noreply@github.com>
- author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
title: "Github: update equuleus branch"
body: |
Autoupdate vyos-1x submodule