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 26
26
# Steps represent a sequence of tasks that will be executed as part of the job
27
27
steps :
28
28
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
31
31
# Runs a single command using the runners shell
32
32
- name : Install prerequisites
Original file line number Diff line number Diff line change 12
12
steps :
13
13
14
14
- name : Checkout
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 12
12
steps :
13
13
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
# The COMMIT_KEY secret contains a private SSH key. The associated public key
You can’t perform that action at this time.
0 commit comments