Skip to content

Commit d6edd12

Browse files
authored
Bump actions/checkout from 4 to 5 (#1323)
Dependabot _would_ have raised this PR (as it did [elsewhere](hazelcast/hazelcast-docker#1044)) if I hadn't [asked it not to](#1265 (comment)).
1 parent 63dd66a commit d6edd12

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
name: Code Coverage
100100
steps:
101101
- name: Checkout code
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v5
103103
with:
104104
ref: ${{ needs.get-refs.outputs.ref }}
105105
token: ${{ secrets.GH_TOKEN }}
@@ -175,7 +175,7 @@ jobs:
175175
name: ubuntu-x64-(${{ matrix.build_type }}, ${{ matrix.shared_libs.name }}, ${{ matrix.with_openssl.name }})
176176
steps:
177177

178-
- uses: actions/checkout@v4
178+
- uses: actions/checkout@v5
179179
with:
180180
ref: ${{ needs.get-refs.outputs.ref }}
181181
token: ${{ secrets.GH_TOKEN }}
@@ -211,7 +211,7 @@ jobs:
211211
JOB_NAME: win_${{ matrix.options.address_model }}_${{ matrix.build_type.short }}_${{ matrix.shared_libs.name }}_${{ matrix.with_openssl.name }}
212212
name: win-${{ matrix.options.address_model }}_${{ matrix.shared_libs.name }}_${{ matrix.with_openssl.name }}
213213
steps:
214-
- uses: actions/checkout@v4
214+
- uses: actions/checkout@v5
215215
with:
216216
ref: ${{ needs.get-refs.outputs.ref }}
217217
token: ${{ secrets.GH_TOKEN }}
@@ -257,7 +257,7 @@ jobs:
257257
OPENSSL_ROOT_DIR: /usr/local/opt/openssl/
258258

259259
steps:
260-
- uses: actions/checkout@v4
260+
- uses: actions/checkout@v5
261261
with:
262262
ref: ${{ needs.get-refs.outputs.ref }}
263263
token: ${{ secrets.GH_TOKEN }}

.github/workflows/coverage-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Create and upload coverage
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- uses: ./.github/actions/coverage-report
1818
with:

.github/workflows/nightly-macos-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
OPENSSL_ROOT_DIR: /usr/local/opt/openssl/
3737

3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040

4141
- uses: ./.github/actions/build-test/macos-x86_64
4242
with:

.github/workflows/nightly-ubuntu-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
(${{ matrix.build_type }}, ${{ matrix.shared_libs.name }}, ${{matrix.boost.version}}, ${{ matrix.with_openssl.name }})
4747
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050

5151
- uses: ./.github/actions/build-test/ubuntu-x86_64
5252
with:

.github/workflows/nightly-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
(${{ matrix.vc_boost.name }}, ${{ matrix.options.address_model }}, ${{ matrix.build_type }}, ${{ matrix.shared_libs.name }}, ${{ matrix.with_openssl.name }})
6464
6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v5
6767

6868
- name: Cache Boost Version
6969
id: cache-boost

0 commit comments

Comments
 (0)