Skip to content

Commit

Permalink
⬆️ actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 26, 2024
1 parent e645324 commit efb3751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
python-version: ['3.10']

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit efb3751

Please sign in to comment.