From 5c48142df88d2fd5eb7a225f6cef5665814ee192 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 14 Nov 2022 11:48:56 +0100 Subject: [PATCH] Update actions/checkout in GitHub Actions workflows to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 199d2cee..3bc08ed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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