File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
49
49
steps :
50
50
- name : Checkout repository
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
53
53
- name : Cache local Maven repository
54
54
uses : actions/cache@v3
Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Checkout repository
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 48
48
49
49
steps :
50
50
- name : Checkout repository
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
with :
53
53
# We must fetch at least the immediate parents so that if this is
54
54
# a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments