dependabot[bot] commited on
Commit
eee88b3
·
1 Parent(s): 701400e

Bump actions/setup-python from 1 to 4

Browse files

Bumps [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]>

Files changed (1) hide show
  1. .github/workflows/pylint.yml +1 -1
.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@v1
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