dependabot[bot] commited on
Commit
48bfc26
·
1 Parent(s): dfbbfe4

Bump actions/setup-python from 2 to 4

Browse files

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

.github/workflows/check_requirements.yml CHANGED
@@ -15,7 +15,7 @@ jobs:
15
  uses: actions/checkout@v2
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@v2
16
 
17
  - name: Set up Python environment
18
+ uses: actions/setup-python@v4
19
  with:
20
  python-version: ${{ matrix.python-version }}
21