Skip to content

Commit 17af820

Browse files
Merge pull request #92 from mvz/dependabot/github_actions/actions/checkout-4
2 parents d7c7eaf + af82871 commit 17af820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ruby: ["2.7", "3.0", "3.1", "3.2"]
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737

3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
- name: Set up Ruby
4141
uses: ruby/setup-ruby@v1
4242
with:

0 commit comments

Comments
 (0)