Merge pull request #25 from bluesabre/dependabot/github_actions/actions/setup-python-4.3.1

Bump actions/setup-python from 4.3.0 to 4.3.1
This commit is contained in:
Sean Davis 2022-12-15 21:50:34 -05:00 committed by GitHub
commit 94f9863ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
# Checkout code
- uses: actions/checkout@v3.1.0
- name: Install Python 3
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4.3.1
with:
python-version: 3.8
- name: Install dependencies