Skip to content

Commit e5d041f

Browse files
authored
Merge pull request #12 from rspec-parameterized/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 89b1a7b + 8332187 commit e5d041f

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)