소스 검색

updated publish action to fix deprecation warnings

stefan 1 년 전
부모
커밋
0be23a925b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/python-package.yml

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

@@ -13,9 +13,9 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@main
     - name: Set up Python
-      uses: actions/setup-python@v2
+      uses: actions/setup-python@main
       with:
         python-version: '3.x'
     - name: Install dependencies