Skip to content

Commit 1f624e6

Browse files
Bump peter-evans/create-pull-request from 4.0.1 to 4.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 296566c commit 1f624e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/update-otp-for-oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git diff
5353
- name: CREATE PULL REQUEST
5454
if: steps.check-for-branch.outputs.c != 0
55-
uses: peter-evans/[email protected].1
55+
uses: peter-evans/[email protected].2
5656
with:
5757
token: ${{ secrets.REPO_SCOPED_TOKEN }}
5858
committer: GitHub <[email protected]>

.github/workflows/update-rbe-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "$(cat WORKSPACE.bazel | npx buildozer 'set commit "${{ steps.find-commit.outputs.SHA }}"' -:rbe_${{ matrix.short_version }})" > WORKSPACE.bazel
4343
git diff
4444
- name: CREATE PULL REQUEST
45-
uses: peter-evans/[email protected].1
45+
uses: peter-evans/[email protected].2
4646
with:
4747
token: ${{ secrets.REPO_SCOPED_TOKEN }}
4848
committer: GitHub <[email protected]>

.github/workflows/update-rules_erlang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "$(cat WORKSPACE.bazel | npx buildozer 'set commit "${{ steps.find-commit.outputs.SHA }}"' -:rules_erlang)" > WORKSPACE.bazel
3131
git diff
3232
- name: CREATE PULL REQUEST
33-
uses: peter-evans/[email protected].1
33+
uses: peter-evans/[email protected].2
3434
with:
3535
token: ${{ secrets.REPO_SCOPED_TOKEN }}
3636
committer: GitHub <[email protected]>

0 commit comments

Comments
 (0)