Skip to content

Commit 35b852f

Browse files
Merge pull request #36 from shmokmt/bump-setup-action
Bump setup action
2 parents fa943c7 + 68760e2 commit 35b852f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
ruby: ['3.0', '3.1', '3.2', '3.3']
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1
1515
with:

0 commit comments

Comments
 (0)