From e1ac9c83b235e2a1556f5aa1e2cffb08db4ca150 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 3 Nov 2022 09:09:07 -0400 Subject: [PATCH] CI: Also update the main workflow to use actions/checkout version 3 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b9cd0c256ba..0a493a20418 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,7 +31,7 @@ jobs: arch: 'x86_64' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Set default Python to python 3.x, and set Python path such that pip install works properly - uses: actions/setup-python@v4 with: