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
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Python 3.9 - 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: with:
python-version: '3.9' python-version: '3.9'