Skip to content

Commit 743163a

Browse files
olleolleolleeregon
authored andcommitted
create-pr-to-setup-ruby action.yml: Use actions/checkout v6
This avoids deprecation warnings.
1 parent 0fa0444 commit 743163a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/create-pr-to-setup-ruby/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
using: "composite"
1515
steps:
1616
- name: Clone setup-ruby
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
repository: ruby/setup-ruby
2020
fetch-depth: 0

0 commit comments

Comments
 (0)