Merge pull request #46 from bluesabre/dependabot/github_actions/actions/setup-python-5.0.0

Bump actions/setup-python from 4.7.1 to 5.0.0
This commit is contained in:
Sean Davis 2024-01-14 08:34:40 -05:00 committed by GitHub
commit f13ae3eb57
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 # Checkout code
- uses: actions/checkout@v4.1.1 - uses: actions/checkout@v4.1.1
- name: Install Python 3 - name: Install Python 3
uses: actions/setup-python@v4.7.1 uses: actions/setup-python@v5.0.0
with: with:
python-version: 3.8 python-version: 3.8
- name: Install dependencies - name: Install dependencies