summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-otp-for-oci.yaml2
-rw-r--r--.github/workflows/update-rbe-images.yaml2
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>