Merge pull request #29 from bluesabre/dependabot/github_actions/actions/setup-python-4.5.0

Bump actions/setup-python from 4.3.1 to 4.5.0
This commit is contained in:
Sean Davis 2023-01-14 07:48:28 -05:00 committed by GitHub
commit 274defef03
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.2.0
- name: Install Python 3
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.5.0
with:
python-version: 3.8
- name: Install dependencies