From 5dcad74a5e1230b29ff3a7894e5d1f38d3c31adb Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Sat, 5 Aug 2023 16:11:54 -0700 Subject: [PATCH] Updating ci file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76f7d7b80..3dc0de31a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: - name: Clone submodules run: git submodule update --init --recursive --checkout --depth 1 - name: Install Python3 - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.11.0" - name: Measure sizes