Merge pull request #438 from sfall-team/dependabot/github_actions/develop/actions/setup-python-3

Bump actions/setup-python from 2 to 3
This commit is contained in:
NovaRain
2022-05-30 21:04:42 +08:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v2 uses: actions/setup-python@v3
with: with:
python-version: '3.x' python-version: '3.x'