File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
python-version : ${{ matrix.py }}
35
35
36
36
- name : Checkout Code
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
39
39
- name : Install tox-gh
40
40
run : python -m pip install tox-gh
53
53
54
54
steps :
55
55
- name : Checkout Code
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
58
58
- name : Install dependencies
59
59
run : |
91
91
92
92
steps :
93
93
- name : Checkout repository
94
- uses : actions/checkout@v4
94
+ uses : actions/checkout@v5
95
95
96
96
- name : Initialize CodeQL
97
97
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout Code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Dependency Review
22
22
uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout Code
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
repository : ${{github.repository}}
26
26
path : ${{github.repository}}
27
27
28
28
- name : Checkout Wiki
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
with :
31
31
repository : ${{github.repository}}.wiki
32
32
path : ${{github.repository}}.wiki
You can’t perform that action at this time.
0 commit comments