Skip to content

Commit

Permalink
Merge pull request #59 from oschwartz10612/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…conda-incubator/setup-miniconda-3

Bump conda-incubator/setup-miniconda from 2 to 3
  • Loading branch information
Owen Schwartz authored Feb 21, 2024
2 parents 0d5ac8d + 608ab90 commit d9b8237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@master
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
- name: Install Poppler
shell: bash -l {0}
run: conda install -c conda-forge poppler -y
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@master
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
- name: Install Poppler
shell: bash -l {0}
run: conda install -c conda-forge poppler -y
Expand Down

0 comments on commit d9b8237

Please sign in to comment.