浏览代码

Merge pull request #2227 from nginx-proxy/dependabot/github_actions/actions/setup-python-4

ci: bump actions/setup-python from 2 to 4
Nicolas Duchon 2 年之前
父节点
当前提交
2218f98af2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -26,7 +26,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Python 3.9
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v4
         with:
           python-version: 3.9