mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 06:15:24 +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 wget https://bootstrap.pypa.io/pip/$python_version/get-pip.py
|
||||||
sudo python3 get-pip.py
|
sudo python3 get-pip.py
|
||||||
sudo /usr/local/bin/pip install cmake
|
sudo /usr/local/bin/pip install cmake
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
if: matrix.install
|
if: matrix.install
|
||||||
@@ -399,7 +399,7 @@ jobs:
|
|||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup OpenSSL
|
- name: Setup OpenSSL
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
Reference in New Issue
Block a user