Skip to content

Commit bb879a1

Browse files
committed
ci: Update actions/checkout version
1 parent 55066b7 commit bb879a1

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout Bitcoin Core repo
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
repository: bitcoin/bitcoin
4242

.github/workflows/clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout Bitcoin Core repo
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
repository: bitcoin/bitcoin
3838

.github/workflows/freebsd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout Bitcoin Core repo
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
repository: bitcoin/bitcoin
3838

@@ -45,7 +45,7 @@ jobs:
4545
copyback: false
4646

4747
- name: Checkout helper actions
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
sparse-checkout: .github/actions
5151
path: ci/nightly
@@ -89,7 +89,7 @@ jobs:
8989

9090
steps:
9191
- name: Checkout Bitcoin Core repo
92-
uses: actions/checkout@v4
92+
uses: actions/checkout@v5
9393
with:
9494
repository: bitcoin/bitcoin
9595

@@ -102,7 +102,7 @@ jobs:
102102
copyback: false
103103

104104
- name: Checkout helper actions
105-
uses: actions/checkout@v4
105+
uses: actions/checkout@v5
106106
with:
107107
sparse-checkout: .github/actions
108108
path: ci/nightly

.github/workflows/netbsd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout Bitcoin Core repo
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
repository: bitcoin/bitcoin
4444

@@ -56,7 +56,7 @@ jobs:
5656
copyback: false
5757

5858
- name: Checkout helper actions
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
with:
6161
sparse-checkout: .github/actions
6262
path: ci/nightly
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Checkout Bitcoin Core repo
103-
uses: actions/checkout@v4
103+
uses: actions/checkout@v5
104104
with:
105105
repository: bitcoin/bitcoin
106106

@@ -118,7 +118,7 @@ jobs:
118118
copyback: false
119119

120120
- name: Checkout helper actions
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v5
122122
with:
123123
sparse-checkout: .github/actions
124124
path: ci/nightly

.github/workflows/omnios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout Bitcoin Core repo
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
with:
4444
repository: bitcoin/bitcoin
4545

@@ -69,7 +69,7 @@ jobs:
6969
cmake --install build
7070
7171
- name: Checkout helper actions
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373
with:
7474
sparse-checkout: .github/actions
7575
path: ci/nightly

.github/workflows/openbsd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout Bitcoin Core repo
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
repository: bitcoin/bitcoin
4444

@@ -55,7 +55,7 @@ jobs:
5555
copyback: false
5656

5757
- name: Checkout helper actions
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959
with:
6060
sparse-checkout: .github/actions
6161
path: ci/nightly
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Checkout Bitcoin Core repo
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v5
103103
with:
104104
repository: bitcoin/bitcoin
105105

@@ -113,7 +113,7 @@ jobs:
113113
copyback: false
114114

115115
- name: Checkout helper actions
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v5
117117
with:
118118
sparse-checkout: .github/actions
119119
path: ci/nightly

.github/workflows/windows-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout Bitcoin Core repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
repository: bitcoin/bitcoin
2525

.github/workflows/windows-ucrt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout Bitcoin Core repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
repository: bitcoin/bitcoin
3535

@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Checkout Bitcoin Core repo
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878
with:
7979
repository: bitcoin/bitcoin
8080

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout Bitcoin Core repo
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
repository: bitcoin/bitcoin
3131

@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Checkout Bitcoin Core repo
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575
with:
7676
repository: bitcoin/bitcoin
7777

0 commit comments

Comments
 (0)