Skip to content

Commit

Permalink
Update github actions package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvey3 committed Dec 5, 2023
1 parent 083d466 commit 3ce06d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
lfs: true

- name: Checkout LFS datafiles
run: git lfs checkout

- name: Set up Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: dolfyn-dev
environment-file: environment.yml
Expand Down

0 comments on commit 3ce06d5

Please sign in to comment.