Merge pull request #1041 from laramies/dependabot/github_actions/actions/setup-python-3

This commit is contained in:
J.Townsend 2022-02-28 23:10:14 +00:00 committed by GitHub
commit 1ed37c4c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies