Spaces:
Running
Running
dependabot[bot]
commited on
Commit
·
41cdf63
1
Parent(s):
dfbbfe4
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/check_requirements.yml
CHANGED
@@ -12,7 +12,7 @@ jobs:
|
|
12 |
|
13 |
steps:
|
14 |
- name: Checkout code
|
15 |
-
uses: actions/checkout@
|
16 |
|
17 |
- name: Set up Python environment
|
18 |
uses: actions/setup-python@v2
|
|
|
12 |
|
13 |
steps:
|
14 |
- name: Checkout code
|
15 |
+
uses: actions/checkout@v3
|
16 |
|
17 |
- name: Set up Python environment
|
18 |
uses: actions/setup-python@v2
|