Merge pull request #33 from drewcassidy/dependabot/github_actions/dev/actions/setup-python-4.3.0

Bump actions/setup-python from 4.0.0 to 4.3.0
pull/36/head
Andrew Cassidy 2 years ago committed by GitHub
commit 37f0673e95
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@v4.0.0
uses: actions/setup-python@v4.3.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@v4.0.0
uses: actions/setup-python@v4.3.0
with:
python-version: '3.x'

Loading…
Cancel
Save