浏览代码

updated actions to fix deprecation warnings

stefan 1 年之前
父节点
当前提交
f48d052b32
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/python-tests.yml

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

@@ -18,9 +18,9 @@ jobs:
         os: [ubuntu-latest, windows-latest, macOS-latest]
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@main
     - name: Set up Python ${{ matrix.python }}
-      uses: actions/setup-python@v2
+      uses: actions/setup-python@main
       with:
         python-version: ${{ matrix.python }}
     - name: Install dependencies