Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
eee88b3
1
Parent(s):
701400e
Bump actions/setup-python from 1 to 4
Browse filesBumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...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/pylint.yml
CHANGED
@@ -11,7 +11,7 @@ jobs:
|
|
11 |
- name: Checkout
|
12 |
uses: actions/checkout@v2
|
13 |
- name: Setup Python
|
14 |
-
uses: actions/setup-python@
|
15 |
with:
|
16 |
python-version: 3.9
|
17 |
- name: Install dependencies
|
|
|
11 |
- name: Checkout
|
12 |
uses: actions/checkout@v2
|
13 |
- name: Setup Python
|
14 |
+
uses: actions/setup-python@v4
|
15 |
with:
|
16 |
python-version: 3.9
|
17 |
- name: Install dependencies
|