|
45 | 45 | # checkout the hazelcast/hazelcast-cpp-client repository |
46 | 46 | # bare minimum - just to use actions |
47 | 47 | - name: Checkout code |
48 | | - uses: actions/checkout@v3 |
| 48 | + uses: actions/checkout@v4 |
49 | 49 | with: |
50 | 50 | ref: ${{ inputs.ref }} |
51 | 51 | token: ${{ secrets.GH_TOKEN }} |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | name: Code Coverage |
109 | 109 | steps: |
110 | 110 | - name: Checkout code |
111 | | - uses: actions/checkout@v3 |
| 111 | + uses: actions/checkout@v4 |
112 | 112 | with: |
113 | 113 | ref: ${{ needs.get-refs.outputs.ref }} |
114 | 114 | token: ${{ secrets.GH_TOKEN }} |
@@ -206,7 +206,7 @@ jobs: |
206 | 206 | name: ubuntu-x64-(${{ matrix.build_type.type }}, ${{ matrix.shared_libs.name }}, ${{ matrix.with_openssl.name }}) |
207 | 207 | steps: |
208 | 208 |
|
209 | | - - uses: actions/checkout@v3 |
| 209 | + - uses: actions/checkout@v4 |
210 | 210 | with: |
211 | 211 | ref: ${{ needs.get-refs.outputs.ref }} |
212 | 212 | token: ${{ secrets.GH_TOKEN }} |
@@ -257,7 +257,7 @@ jobs: |
257 | 257 | JOB_NAME: win_${{ matrix.arch.address_model }}_${{ matrix.build_type.short }}_${{ matrix.shared_libs.name }}_${{ matrix.with_openssl.name }} |
258 | 258 | name: win-${{ matrix.arch.address_model }}_${{ matrix.shared_libs.name }}_${{ matrix.with_openssl.name }} |
259 | 259 | steps: |
260 | | - - uses: actions/checkout@v3 |
| 260 | + - uses: actions/checkout@v4 |
261 | 261 | with: |
262 | 262 | ref: ${{ needs.get-refs.outputs.ref }} |
263 | 263 | token: ${{ secrets.GH_TOKEN }} |
@@ -315,7 +315,7 @@ jobs: |
315 | 315 | OPENSSL_ROOT_DIR: /usr/local/opt/openssl/ |
316 | 316 |
|
317 | 317 | steps: |
318 | | - - uses: actions/checkout@v3 |
| 318 | + - uses: actions/checkout@v4 |
319 | 319 | with: |
320 | 320 | ref: ${{ needs.get-refs.outputs.ref }} |
321 | 321 | token: ${{ secrets.GH_TOKEN }} |
|
0 commit comments