Merge pull request #37 from Sparticuz/dependabot/github_actions/actions/setup-python-4

This commit is contained in:
Kyle McNally 2023-01-13 15:04:45 -05:00 committed by GitHub
commit 640fcc3be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: '3.x' python-version: '3.x'