Captain Ezio commited on
Commit
69bb1e2
·
2 Parent(s): fd1e139 48bfc26

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@v2
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