We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b32c0 commit 71324a0Copy full SHA for 71324a0
.github/workflows/tests.yaml
@@ -27,7 +27,7 @@ jobs:
27
# ruby: [ head ]
28
name: Ruby ${{ matrix.ruby }}
29
steps:
30
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
31
- name: Set up Ruby
32
uses: ruby/setup-ruby@v1
33
with:
0 commit comments