Merge pull request #1119 from laramies/dependabot/github_actions/actions/setup-python-4

This commit is contained in:
J.Townsend 2022-06-08 22:06:15 +01:00 committed by GitHub
commit caf4fe4791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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