Merge pull request #39 from bluesabre/dependabot/github_actions/actions/setup-python-4.7.0

Bump actions/setup-python from 4.6.1 to 4.7.0
This commit is contained in:
Sean Davis 2023-09-02 07:14:11 -04:00 committed by GitHub
commit 34750acaea
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.6.0
- name: Install Python 3
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: 3.8
- name: Install dependencies