mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 05:44:38 +02:00
Update actions/checkout in GitHub Actions workflows to v3
This commit is contained in:
committed by
Klemens Morgenstern
parent
5e55b558e0
commit
5c48142df8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -212,7 +212,7 @@ jobs:
|
||||
sudo wget https://bootstrap.pypa.io/pip/$python_version/get-pip.py
|
||||
sudo python3 get-pip.py
|
||||
sudo /usr/local/bin/pip install cmake
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install packages
|
||||
if: matrix.install
|
||||
@@ -399,7 +399,7 @@ jobs:
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup OpenSSL
|
||||
shell: cmd
|
||||
|
Reference in New Issue
Block a user