Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
0448a74
1
Parent(s):
74d6309
Bump actions/checkout from 2 to 3
Browse filesBumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/pylint.yml
CHANGED
@@ -9,7 +9,7 @@ jobs:
|
|
9 |
runs-on: ubuntu-latest
|
10 |
steps:
|
11 |
- name: Checkout
|
12 |
-
uses: actions/checkout@
|
13 |
- name: Setup Python
|
14 |
uses: actions/setup-python@v4
|
15 |
with:
|
|
|
9 |
runs-on: ubuntu-latest
|
10 |
steps:
|
11 |
- name: Checkout
|
12 |
+
uses: actions/checkout@v3
|
13 |
- name: Setup Python
|
14 |
uses: actions/setup-python@v4
|
15 |
with:
|