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 cbe6cd5 commit 098e5d1Copy full SHA for 098e5d1
.github/workflows/test_main.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
27
- uses: ruby/setup-ruby@v1
28
with:
@@ -59,7 +59,7 @@ jobs:
59
TEST_IMAGE: ${{ matrix.image }}
60
61
62
63
64
65
@@ -97,7 +97,7 @@ jobs:
97
if: ${{ inputs.ruby >= '2.4' }}
98
99
100
101
102
103
0 commit comments