We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890f264 commit 7e5104aCopy full SHA for 7e5104a
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
ruby: ["3.1", "3.2", "3.3", "3.4"]
17
runs-on: ${{ matrix.os }}
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: ruby/setup-ruby@v1
21
with:
22
ruby-version: ${{ matrix.ruby }}
0 commit comments