mirror of
https://github.com/curl/curl.git
synced 2026-08-02 19:50:29 +03:00
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:
parent
5227367903
commit
bda0d5fb84
14 changed files with 18 additions and 18 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
- run: python3 -m pip install impacket
|
||||
name: 'pip3 install'
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: autoreconf -fi && ./configure --enable-warnings --enable-werror --enable-headers-api ${{ matrix.build.configure }}
|
||||
name: 'configure and build'
|
||||
|
|
@ -137,7 +137,7 @@ jobs:
|
|||
- run: python3 -m pip install impacket
|
||||
name: 'pip3 install'
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: cmake -H. -Bbuild -DCURL_WERROR=ON -DPICKY_COMPILER=ON ${{ matrix.build.generate }}
|
||||
name: 'cmake generate'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue