|
54 | 54 | name: other / ${{ matrix.gem }} / ${{ matrix.os }} |
55 | 55 | runs-on: ${{ matrix.os }} |
56 | 56 | steps: |
57 | | - - uses: actions/checkout@v6 |
| 57 | + - uses: actions/checkout@v6.0.0 |
58 | 58 | - name: "Test Ruby 3.4" |
59 | 59 | uses: ./.github/actions/test_gem |
60 | 60 | with: |
|
96 | 96 | name: mysql / ${{ matrix.gem }} / ${{ matrix.os }} |
97 | 97 | runs-on: ${{ matrix.os }} |
98 | 98 | steps: |
99 | | - - uses: actions/checkout@v6 |
| 99 | + - uses: actions/checkout@v6.0.0 |
100 | 100 | - name: "Test Ruby 3.4" |
101 | 101 | uses: ./.github/actions/test_gem |
102 | 102 | with: |
@@ -134,7 +134,7 @@ jobs: |
134 | 134 | name: kafka / ${{ matrix.gem }} / ${{ matrix.os }} |
135 | 135 | runs-on: ${{ matrix.os }} |
136 | 136 | steps: |
137 | | - - uses: actions/checkout@v6 |
| 137 | + - uses: actions/checkout@v6.0.0 |
138 | 138 | - name: "Test Ruby 3.4" |
139 | 139 | uses: ./.github/actions/test_gem |
140 | 140 | with: |
@@ -188,7 +188,7 @@ jobs: |
188 | 188 | name: redis / ${{ matrix.gem }} / ${{ matrix.os }} |
189 | 189 | runs-on: ${{ matrix.os }} |
190 | 190 | steps: |
191 | | - - uses: actions/checkout@v6 |
| 191 | + - uses: actions/checkout@v6.0.0 |
192 | 192 | - name: "Test Ruby 3.4" |
193 | 193 | uses: ./.github/actions/test_gem |
194 | 194 | with: |
@@ -233,7 +233,7 @@ jobs: |
233 | 233 | name: postgresql / ${{ matrix.gem }} / ${{ matrix.os }} |
234 | 234 | runs-on: ${{ matrix.os }} |
235 | 235 | steps: |
236 | | - - uses: actions/checkout@v6 |
| 236 | + - uses: actions/checkout@v6.0.0 |
237 | 237 | - name: "Test Ruby 3.4" |
238 | 238 | uses: ./.github/actions/test_gem |
239 | 239 | with: |
@@ -275,7 +275,7 @@ jobs: |
275 | 275 | name: rabbitmq / ${{ matrix.gem }} / ${{ matrix.os }} |
276 | 276 | runs-on: ${{ matrix.os }} |
277 | 277 | steps: |
278 | | - - uses: actions/checkout@v6 |
| 278 | + - uses: actions/checkout@v6.0.0 |
279 | 279 | - name: "Test Ruby 3.4" |
280 | 280 | uses: ./.github/actions/test_gem |
281 | 281 | with: |
|
0 commit comments