Skip to content

Commit eb436c3

Browse files
fix: Update CI action versions
1 parent 6f520b9 commit eb436c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1414
python-version: ["3.8","3.9","3.10","3.11", "3.12"]
1515
steps:
16-
- uses: conda-incubator/setup-miniconda@v2
16+
- uses: conda-incubator/setup-miniconda@v3
1717
with:
1818
auto-update-conda: true
1919
python-version: ${{ matrix.python-version }}
2020

21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Add msbuild to PATH
2323
if: matrix.os == 'windows-latest'
2424
uses: microsoft/setup-msbuild@v1.0.2

0 commit comments

Comments
 (0)