From 02006be7859c5aaece5bb7fc1231a1b991d6e4eb Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 28 Dec 2022 12:40:33 -0600 Subject: [PATCH] update CI versions --- .github/workflows/ci_test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index e6b31286..0cece1bd 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -21,9 +21,9 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install non-python dependencies on mac @@ -53,7 +53,7 @@ jobs: - name: Test with pytest run: make test - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 #with: # fail_ci_if_error: true @@ -65,9 +65,9 @@ jobs: if: github.event_name == 'release' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: "3.7" - name: Install non-python dependencies on linux @@ -111,9 +111,9 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'release' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.7' - name: Install dependencies