Merge pull request #702 from sshuttle/dependabot/github_actions/actions/setup-python-2.3.1

Bump actions/setup-python from 2.3.0 to 2.3.1
This commit is contained in:
Brian May 2021-12-01 08:44:47 +11:00 committed by GitHub
commit 4f20efd592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.3.0
uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies