From b81e284d8adfad83121c0e6bd24fc900e1486ce2 Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Thu, 2 May 2024 16:45:30 -0600 Subject: [PATCH] GH actions - Bump to latest. --- .github/workflows/pytest_flake8.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest_flake8.yml b/.github/workflows/pytest_flake8.yml index 3c18fb1..3aebe10 100644 --- a/.github/workflows/pytest_flake8.yml +++ b/.github/workflows/pytest_flake8.yml @@ -14,8 +14,8 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@v2 - - uses: conda-incubator/setup-miniconda@v2 + - uses: actions/checkout@v4 + - uses: conda-incubator/setup-miniconda@v3 with: activate-environment: spectro-dp environment-file: environment.yml @@ -31,4 +31,4 @@ jobs: pytest tests/ - name: Lint with flake8 run: | - flake8 . --count --show-source --statistics \ No newline at end of file + flake8 . --count --show-source --statistics