Skip to content

Commit

Permalink
fix gh action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Dec 1, 2023
1 parent 3b84f3a commit 1072dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Setup Miniconda using Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v4
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
auto-update-conda: true
Expand Down

0 comments on commit 1072dd0

Please sign in to comment.