File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Git checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
ref : ${{ github.head_ref }}
20
20
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
name : create release draft
14
14
steps :
15
- - uses : actions/checkout@v3.2.0
15
+ - uses : actions/checkout@v4.1.1
16
16
with :
17
17
fetch-depth : 0
18
18
54
54
55
55
# do a second checkout to prevent race situation
56
56
# changelog gets updated but action works on old commit id
57
- - uses : actions/checkout@v3.2.0
57
+ - uses : actions/checkout@v4.1.1
58
58
with :
59
59
ref : main
60
60
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
# Important: This sets up your GITHUB_WORKSPACE environment variable
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : hashicorp/setup-terraform@v2
14
14
15
15
- name : fmt
You can’t perform that action at this time.
0 commit comments