Merge pull request #179 from SunshineStream/dependabot/github_actions/nightly/actions/setup-python-4

Bump actions/setup-python from 3 to 4
This commit is contained in:
ReenigneArcher 2022-06-09 11:30:46 -04:00 committed by GitHub
commit 676b5559ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Python 3.9
uses: actions/setup-python@v3 # https://github.com/actions/setup-python
uses: actions/setup-python@v4 # https://github.com/actions/setup-python
with:
python-version: '3.9'