Skip to content

Commit

Permalink
update actions/checkout to v4 and miniconda to v3 in tests.yml (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski authored Jul 5, 2024
1 parent ef0c965 commit 79b4a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
python-version: "3.11"
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down

0 comments on commit 79b4a0d

Please sign in to comment.