From 179b5086722a18e48255ee20f541914b2527657c Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Tue, 6 Aug 2024 16:16:45 +0200 Subject: [PATCH] update checkout and codecov to recent supported versions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 35c56e1..f9641ed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: os: ["ubuntu-latest"] python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: mamba setup enviroment uses: mamba-org/setup-micromamba@v1.9.0 with: @@ -36,4 +36,4 @@ jobs: shell: micromamba-shell {0} run: which python; pytest --cov --cov-report xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4