Skip to content

Commit 7238ff4

Browse files
chore(deps): update conda-incubator/setup-miniconda action to v3.3.0
1 parent a651071 commit 7238ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4040

4141
- name: Setup Miniconda
42-
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
42+
uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
4343
with:
4444
auto-update-conda: true
4545
python-version: ${{ matrix.python-version }}
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8585

8686
- name: Setup Miniconda
87-
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
87+
uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
8888
with:
8989
auto-update-conda: true
9090
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)