mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
GHA: Update deprecated images and workflows
The Ubuntu 18.04 runners were deprecated and removed. `actions/checkout@v2` uses node12 which is deprecated. Same for `actions/cache@v2`
This commit is contained in:
parent
4b9d9aa4cb
commit
418d12b637
2 changed files with 26 additions and 14 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@v2
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: boostorg/boost
|
||||
ref: boost-${{env.BOOST_VERSION}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue