Skip to content

Commit

Permalink
update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Morris committed Oct 1, 2024
1 parent 52a298c commit 3fbe29e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PDM
uses: pdm-project/setup-pdm@v2
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
miniconda-version: latest
python-version: "3.10"

- name: Install dependencies
Expand Down

0 comments on commit 3fbe29e

Please sign in to comment.