ci: update github actions

- bump actions/checkout from 2 to 3
- bump actions/upload-artifact from 1 to 3
- bump github/codeql-actions from 1 to 2
- use version tag for actions/checkout

Closes #8843
This commit is contained in:
Frazer Smith 2022-05-14 23:37:59 +02:00 committed by Daniel Stenberg
parent 5227367903
commit bda0d5fb84
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 18 additions and 18 deletions

View file

@ -39,7 +39,7 @@ jobs:
make DESTDIR=$HOME/rustls install
name: 'install rustls'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: autoreconf -fi && ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make V=1
name: 'configure and build'