Skip to content

Commit a8520a3

Browse files
authored
Merge pull request #936 from PyThaiNLP/dependabot/github_actions/conda-incubator/setup-miniconda-3
Bump conda-incubator/setup-miniconda from 2 to 3
2 parents 80f027a + 1cd37b1 commit a8520a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: conda-incubator/setup-miniconda@v2
29+
- uses: conda-incubator/setup-miniconda@v3
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
auto-activate-base: false

.github/workflows/windows-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: conda-incubator/setup-miniconda@v2
29+
- uses: conda-incubator/setup-miniconda@v3
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
auto-activate-base: true

0 commit comments

Comments
 (0)