Merge pull request #67 from sartography/dependabot/github_actions/actions/setup-python-4.2.0

Bump actions/setup-python from 3.1.2 to 4.2.0
This commit is contained in:
github-actions[bot] 2022-08-02 21:43:43 +01:00 committed by GitHub
commit e4fc2b2411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v3.0.2
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.python }}
@ -196,7 +196,7 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.2.0
with:
python-version: "3.10"