Skip to content

Commit 5585b1b

Browse files
committed
another ci fix
1 parent 74ae123 commit 5585b1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717

1818
steps:
1919
- name: Checkout Repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Cache Conda environment
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: ${{ env.CONDA }}/envs
2626
key: ${{ runner.os }}-conda-${{ matrix.python-version }}-v2-${{ hashFiles('env.yml', 'setup.py') }}
2727
restore-keys: |
2828
${{ runner.os }}-conda-${{ matrix.python-version }}-v2-
2929
3030
- name: Setup Conda Environment with Mamba 🐍
31-
uses: conda-incubator/setup-miniconda@v3
31+
uses: conda-incubator/setup-miniconda@v4
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
environment-file: env.yml

0 commit comments

Comments
 (0)