|
31 | 31 | name: other / ${{ matrix.gem }} / ${{ matrix.os }} |
32 | 32 | runs-on: ${{ matrix.os }} |
33 | 33 | steps: |
34 | | - - uses: actions/checkout@v4 |
| 34 | + - uses: actions/checkout@v5 |
35 | 35 | - name: "Test Ruby 3.4" |
36 | 36 | uses: ./.github/actions/test_gem |
37 | 37 | with: |
|
83 | 83 | name: mysql / ${{ matrix.gem }} / ${{ matrix.os }} |
84 | 84 | runs-on: ${{ matrix.os }} |
85 | 85 | steps: |
86 | | - - uses: actions/checkout@v4 |
| 86 | + - uses: actions/checkout@v5 |
87 | 87 | - name: "Test Ruby 3.4" |
88 | 88 | uses: ./.github/actions/test_gem |
89 | 89 | with: |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | name: kafka / ${{ matrix.gem }} / ${{ matrix.os }} |
127 | 127 | runs-on: ${{ matrix.os }} |
128 | 128 | steps: |
129 | | - - uses: actions/checkout@v4 |
| 129 | + - uses: actions/checkout@v5 |
130 | 130 | - name: "Test Ruby 3.4" |
131 | 131 | uses: ./.github/actions/test_gem |
132 | 132 | with: |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | name: redis / ${{ matrix.gem }} / ${{ matrix.os }} |
186 | 186 | runs-on: ${{ matrix.os }} |
187 | 187 | steps: |
188 | | - - uses: actions/checkout@v4 |
| 188 | + - uses: actions/checkout@v5 |
189 | 189 | - name: "Test Ruby 3.4" |
190 | 190 | uses: ./.github/actions/test_gem |
191 | 191 | with: |
@@ -235,7 +235,7 @@ jobs: |
235 | 235 | name: postgresql / ${{ matrix.gem }} / ${{ matrix.os }} |
236 | 236 | runs-on: ${{ matrix.os }} |
237 | 237 | steps: |
238 | | - - uses: actions/checkout@v4 |
| 238 | + - uses: actions/checkout@v5 |
239 | 239 | - name: "Test Ruby 3.4" |
240 | 240 | uses: ./.github/actions/test_gem |
241 | 241 | with: |
@@ -282,7 +282,7 @@ jobs: |
282 | 282 | name: rabbitmq / ${{ matrix.gem }} / ${{ matrix.os }} |
283 | 283 | runs-on: ${{ matrix.os }} |
284 | 284 | steps: |
285 | | - - uses: actions/checkout@v4 |
| 285 | + - uses: actions/checkout@v5 |
286 | 286 | - name: "Test Ruby 3.4" |
287 | 287 | uses: ./.github/actions/test_gem |
288 | 288 | with: |
|
0 commit comments