Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
a6ff30e
1
Parent(s):
f231108
Bump actions/checkout from 3 to 4
Browse filesBumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)
---
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@v4
|
|
|
12 |
|
13 |
steps:
|
14 |
- name: Checkout code
|
15 |
+
uses: actions/checkout@v4
|
16 |
|
17 |
- name: Set up Python environment
|
18 |
uses: actions/setup-python@v4
|
.github/workflows/codeql-analysis.yml
CHANGED
@@ -38,7 +38,7 @@ jobs:
|
|
38 |
|
39 |
steps:
|
40 |
- name: Checkout repository
|
41 |
-
uses: actions/checkout@
|
42 |
|
43 |
# Initializes the CodeQL tools for scanning.
|
44 |
- name: Initialize CodeQL
|
|
|
38 |
|
39 |
steps:
|
40 |
- name: Checkout repository
|
41 |
+
uses: actions/checkout@v4
|
42 |
|
43 |
# Initializes the CodeQL tools for scanning.
|
44 |
- name: Initialize CodeQL
|
.github/workflows/dependency-review.yml
CHANGED
@@ -9,6 +9,6 @@ jobs:
|
|
9 |
runs-on: ubuntu-latest
|
10 |
steps:
|
11 |
- name: 'Checkout Repository'
|
12 |
-
uses: actions/checkout@
|
13 |
- name: Dependency Review
|
14 |
uses: actions/dependency-review-action@main
|
|
|
9 |
runs-on: ubuntu-latest
|
10 |
steps:
|
11 |
- name: 'Checkout Repository'
|
12 |
+
uses: actions/checkout@v4
|
13 |
- name: Dependency Review
|
14 |
uses: actions/dependency-review-action@main
|
.github/workflows/pre-commit-autoupdate.yml
CHANGED
@@ -7,7 +7,7 @@ jobs:
|
|
7 |
auto-update:
|
8 |
runs-on: ubuntu-latest
|
9 |
steps:
|
10 |
-
- uses: actions/checkout@
|
11 |
- name: Set up Python
|
12 |
uses: actions/setup-python@v4
|
13 |
- name: Install pre-commit
|
|
|
7 |
auto-update:
|
8 |
runs-on: ubuntu-latest
|
9 |
steps:
|
10 |
+
- uses: actions/checkout@v4
|
11 |
- name: Set up Python
|
12 |
uses: actions/setup-python@v4
|
13 |
- name: Install pre-commit
|