Merge pull request #21 from drewcassidy/dependabot/github_actions/dev/actions/setup-python-4.0.0

Bump actions/setup-python from 3.1.2 to 4.0.0
pull/24/head
Andrew Cassidy 2 years ago committed by GitHub
commit 9cb60f0ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.0.0
with:
python-version: '3.x'
@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@v3 # just need the changelog
- name: Set up Python
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.0.0
with:
python-version: '3.x'

Loading…
Cancel
Save