We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde42a2 commit 6ed915aCopy full SHA for 6ed915a
.github/workflows/build_jruby.yml
@@ -57,7 +57,7 @@ jobs:
57
runs-on: pub-hk-ubuntu-24.04-xlarge
58
steps:
59
- name: Update Jruby inventory file locally
60
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
61
with:
62
path: jruby_inventory.toml
63
title: "Add JRuby ${{inputs.jruby_version}} to inventory"
.github/workflows/build_ruby.yml
@@ -62,7 +62,7 @@ jobs:
64
- name: Update Ruby inventory file locally
65
66
67
path: ruby_inventory.toml
68
title: "Add Ruby ${{inputs.ruby_version}} to inventory"
0 commit comments