Spaces:
Running
Running
Merge pull request #97 from Gojo-Bots/dependabot/github_actions/actions/setup-python-4
Browse files
.github/workflows/check_requirements.yml
CHANGED
|
@@ -15,7 +15,7 @@ jobs:
|
|
| 15 |
uses: actions/checkout@v3
|
| 16 |
|
| 17 |
- name: Set up Python environment
|
| 18 |
-
uses: actions/setup-python@
|
| 19 |
with:
|
| 20 |
python-version: ${{ matrix.python-version }}
|
| 21 |
|
|
|
|
| 15 |
uses: actions/checkout@v3
|
| 16 |
|
| 17 |
- name: Set up Python environment
|
| 18 |
+
uses: actions/setup-python@v4
|
| 19 |
with:
|
| 20 |
python-version: ${{ matrix.python-version }}
|
| 21 |
|