File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
Formatting :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- name : Formatting
31
31
32
32
with :
74
74
apt-get -o Acquire::Retries=$NET_RETRY_COUNT install -y g++ git cmake
75
75
git config --global pack.threads 0
76
76
77
- - uses : actions/checkout@v3
77
+ - uses : actions/checkout@v4
78
78
with :
79
79
# For coverage builds fetch the whole history, else only 1 commit using a 'fake ternary'
80
80
fetch-depth : ${{ matrix.coverage && '0' || '1' }}
86
86
path : boost-root
87
87
key : boost-${{matrix.boostBranch}}
88
88
- name : Checkout Boost
89
- uses : actions/checkout@v3
89
+ uses : actions/checkout@v4
90
90
with :
91
91
repository : boostorg/boost
92
92
ref : ${{matrix.boostBranch}}
Original file line number Diff line number Diff line change 17
17
BOOST_VERSION : 1.71.0
18
18
BOOST_ROOT : ${{github.workspace}}/dependencies/boost
19
19
steps :
20
- - uses : actions/checkout@v3
21
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
repository : boostorg/boost
24
24
ref : boost-${{env.BOOST_VERSION}}
You can’t perform that action at this time.
0 commit comments