From 936654eabea433c3cd1625b18937bebd3eaa6974 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Sun, 3 Mar 2024 13:58:27 -0800 Subject: [PATCH] Update run_coverage.yml --- .github/workflows/run_coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_coverage.yml b/.github/workflows/run_coverage.yml index d5baaabd..a32ef05d 100644 --- a/.github/workflows/run_coverage.yml +++ b/.github/workflows/run_coverage.yml @@ -28,7 +28,7 @@ jobs: - { os: macos-latest , opt_req: false } env: OS: ${{ matrix.os }} - PYTHON: '3.11' + PYTHON: '3.12' steps: - name: Cancel non-latest runs uses: styfle/cancel-workflow-action@0.11.0 @@ -36,12 +36,12 @@ jobs: all_but_latest: true access_token: ${{ github.token }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON }}