Skip to content

Commit

Permalink
CI: update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Oct 26, 2023
1 parent 8d4e940 commit cb61b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
run:
shell: ${{ matrix.env-type.shell }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
if: ${{ matrix.env-type.env-type-name == 'venv' }}
- name: Set up Python ${{ matrix.python-version }} with conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@29c004f57289f8b93aaebc627f7c4e0b6543e222 # v2.2.0
with:
activate-environment: test
auto-activate-base: false
Expand Down

0 comments on commit cb61b1f

Please sign in to comment.