File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Build VSIX
22
22
uses : ./.github/actions/build-vsix
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Lint
34
34
uses : ./.github/actions/lint
49
49
50
50
steps :
51
51
- name : Checkout
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
with :
54
54
path : ${{ env.special-working-directory-relative }}
55
55
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Build VSIX
27
27
uses : ./.github/actions/build-vsix
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
38
38
- name : Lint
39
39
uses : ./.github/actions/lint
54
54
55
55
steps :
56
56
- name : Checkout
57
- uses : actions/checkout@v3
57
+ uses : actions/checkout@v4
58
58
with :
59
59
path : ${{ env.special-working-directory-relative }}
60
60
You can’t perform that action at this time.
0 commit comments