We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c015997 commit 200c774Copy full SHA for 200c774
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
16
- name: Set up Ruby
17
uses: ruby/setup-ruby@v1
18
with:
0 commit comments