Update actions/checkout in GitHub Actions workflows to v3

This commit is contained in:
Dirk Stolle
2022-11-14 11:48:56 +01:00
committed by Klemens Morgenstern
parent 5e55b558e0
commit 5c48142df8

View File

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