mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Bump actions/checkout to v4
This commit is contained in:
parent
a3c9605237
commit
6b735c4c03
2 changed files with 5 additions and 5 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue