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:
Alexander Grund 2023-08-13 19:39:43 +02:00
parent 4b9d9aa4cb
commit 418d12b637
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
2 changed files with 26 additions and 14 deletions

View file

@ -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}}