Spaces:
Sleeping
Sleeping
Merge pull request #156 from Gojo-Bots/dependabot/github_actions/actions/checkout-4
Browse files
.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
|