Merge pull request #165 from ryanmerolle/dependabot/github_actions/actions/setup-python-4

Bump actions/setup-python from 3 to 4
This commit is contained in:
Ryan Merolle 2023-10-14 00:47:26 -04:00 committed by GitHub
commit dd73c51d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies