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