Bump actions/checkout to v4

This commit is contained in:
Mathieu Champlon 2024-09-28 12:25:38 +02:00
parent a3c9605237
commit 6b735c4c03
2 changed files with 5 additions and 5 deletions

View file

@ -17,8 +17,8 @@ jobs:
BOOST_VERSION: 1.71.0
BOOST_ROOT: ${{github.workspace}}/dependencies/boost
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: boostorg/boost
ref: boost-${{env.BOOST_VERSION}}