diff options
author | Michael Klishin <michaelklishin@me.com> | 2023-05-02 23:03:08 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 23:03:08 +0400 |
commit | a1e843a9a6f3f9024b6e9524c0ee801c35697d14 (patch) | |
tree | 376bd3b200047c0376910e1bf08136d1c4e48389 | |
parent | 22df133e4602e0ae53e79719043f3c7178400b09 (diff) | |
parent | a9e1a11b63fb18e71d1c4c6540afbe1a74775a94 (diff) | |
download | rabbitmq-server-git-v3.9.x.tar.gz |
Merge pull request #8087 from rabbitmq/dependabot/github_actions/v3.9.x/peter-evans/create-pull-request-5.0.1v3.9.x
-rw-r--r-- | .github/workflows/update-otp-for-oci.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/update-rbe-images.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-otp-for-oci.yaml b/.github/workflows/update-otp-for-oci.yaml index 594f2b1f1d..676cd1e7c1 100644 --- a/.github/workflows/update-otp-for-oci.yaml +++ b/.github/workflows/update-otp-for-oci.yaml @@ -60,7 +60,7 @@ jobs: git diff - name: CREATE PULL REQUEST if: steps.check-for-branch.outputs.c != 0 - uses: peter-evans/create-pull-request@v5.0.0 + uses: peter-evans/create-pull-request@v5.0.1 with: token: ${{ secrets.REPO_SCOPED_TOKEN }} committer: GitHub <noreply@github.com> diff --git a/.github/workflows/update-rbe-images.yaml b/.github/workflows/update-rbe-images.yaml index 0fc449bd21..b4bae83c0f 100644 --- a/.github/workflows/update-rbe-images.yaml +++ b/.github/workflows/update-rbe-images.yaml @@ -39,7 +39,7 @@ jobs: echo "$(cat WORKSPACE.bazel | npx buildozer 'set commit "${{ steps.find-commit.outputs.SHA }}"' -:rbe_${{ matrix.short_version }})" > WORKSPACE.bazel git diff - name: CREATE PULL REQUEST - uses: peter-evans/create-pull-request@v5.0.0 + uses: peter-evans/create-pull-request@v5.0.1 with: token: ${{ secrets.REPO_SCOPED_TOKEN }} committer: GitHub <noreply@github.com> |