Skip to content

Commit d39a3e5

Browse files
authored
Merge pull request #21 from rspec-parameterized/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents daa5f0f + fef175a commit d39a3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- '3.4'
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: Set up Ruby
2727
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2828
# change this to (see https://github.com/ruby/setup-ruby#versioning):

0 commit comments

Comments
 (0)