Browse Source

Update python-package-conda.yml

myhloli 1 year ago
parent
commit
5763adb275
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/python-package-conda.yml

+ 2 - 2
.github/workflows/python-package-conda.yml

@@ -9,9 +9,9 @@ jobs:
       max-parallel: 5
       max-parallel: 5
 
 
     steps:
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: Set up Python 3.10
     - name: Set up Python 3.10
-      uses: actions/setup-python@v3
+      uses: actions/setup-python@v5
       with:
       with:
         python-version: '3.10'
         python-version: '3.10'
     - name: Add conda to system path
     - name: Add conda to system path