Skip to content

Commit 6ed915a

Browse files
Bump peter-evans/create-pull-request from 6 to 7 (#59)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fde42a2 commit 6ed915a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_jruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: pub-hk-ubuntu-24.04-xlarge
5858
steps:
5959
- name: Update Jruby inventory file locally
60-
uses: peter-evans/create-pull-request@v6
60+
uses: peter-evans/create-pull-request@v7
6161
with:
6262
path: jruby_inventory.toml
6363
title: "Add JRuby ${{inputs.jruby_version}} to inventory"

.github/workflows/build_ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: pub-hk-ubuntu-24.04-xlarge
6363
steps:
6464
- name: Update Ruby inventory file locally
65-
uses: peter-evans/create-pull-request@v6
65+
uses: peter-evans/create-pull-request@v7
6666
with:
6767
path: ruby_inventory.toml
6868
title: "Add Ruby ${{inputs.ruby_version}} to inventory"

0 commit comments

Comments
 (0)