Skip to content

Commit c95f035

Browse files
authored
Merge pull request #248 from mvz/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a78be1e + 94f693b commit c95f035

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ruby: ["3.0", "3.1", "3.2", "3.3", "3.4", "jruby-9.4"]
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: Set up Ruby
2828
uses: ruby/setup-ruby@v1
2929
with:
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- name: Set up Ruby
4242
uses: ruby/setup-ruby@v1
4343
with:

0 commit comments

Comments
 (0)