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 @@ -18,10 +18,10 @@ jobs:
18
18
python-version : ["3.9", "3.10", "3.11"]
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
23
23
- name : " Set up Python ${{ matrix.python-version }}"
24
- uses : actions/setup-python@v3
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : " ${{ matrix.python-version }}"
27
27
48
48
needs : build
49
49
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
- name : Run action
53
53
uses : ./
54
54
with :
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : ' Checkout Repository'
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- name : ' Dependency Review'
15
- uses : actions/dependency-review-action@v2
15
+ uses : actions/dependency-review-action@v3
16
16
with :
17
17
comment-summary-in-pr : true
You can’t perform that action at this time.
0 commit comments