Skip to content

Commit

Permalink
update workflows to use modern actions
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Oct 4, 2023
1 parent 653bc96 commit 3a7f076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python from Miniconda/mamba
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
python-version: ['3.8.10', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python from Miniconda,mamba
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 3a7f076

Please sign in to comment.