File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 29
29
name : ' Build Docker Image'
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
- uses : docker/setup-buildx-action@v1
34
34
35
35
- name : ' Set Docker Image Build-Args'
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
Original file line number Diff line number Diff line change 11
11
concurrency :
12
12
group : ${{ github.workflow }}-${{ github.ref }}
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
submodules : true # Fetch Hugo themes (true OR recursive)
17
17
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
Original file line number Diff line number Diff line change 26
26
build :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
32
You can’t perform that action at this time.
0 commit comments