Skip to content

Commit 6b735c4

Browse files
committed
Bump actions/checkout to v4
1 parent a3c9605 commit 6b735c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
Formatting:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Formatting
3131
uses: DoozyX/[email protected]
3232
with:
@@ -74,7 +74,7 @@ jobs:
7474
apt-get -o Acquire::Retries=$NET_RETRY_COUNT install -y g++ git cmake
7575
git config --global pack.threads 0
7676
77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v4
7878
with:
7979
# For coverage builds fetch the whole history, else only 1 commit using a 'fake ternary'
8080
fetch-depth: ${{ matrix.coverage && '0' || '1' }}
@@ -86,7 +86,7 @@ jobs:
8686
path: boost-root
8787
key: boost-${{matrix.boostBranch}}
8888
- name: Checkout Boost
89-
uses: actions/checkout@v3
89+
uses: actions/checkout@v4
9090
with:
9191
repository: boostorg/boost
9292
ref: ${{matrix.boostBranch}}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
BOOST_VERSION: 1.71.0
1818
BOOST_ROOT: ${{github.workspace}}/dependencies/boost
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v4
2222
with:
2323
repository: boostorg/boost
2424
ref: boost-${{env.BOOST_VERSION}}

0 commit comments

Comments
 (0)