Merge pull request #36 from bluesabre/dependabot/github_actions/actions/setup-python-4.6.0

Bump actions/setup-python from 4.5.0 to 4.6.0
This commit is contained in:
Sean Davis 2023-04-21 07:06:06 -04:00 committed by GitHub
commit 938bff048a
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.5.2
- name: Install Python 3
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: 3.8
- name: Install dependencies