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 1414
1515 steps :
1616 - name : Git checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 with :
1919 ref : ${{ github.head_ref }}
2020
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 name : create release draft
1414 steps :
15- - uses : actions/checkout@v2.3.4
15+ - uses : actions/checkout@v3.0.2
1616 with :
1717 fetch-depth : 0
1818
5454
5555 # do a second checkout to prevent race situation
5656 # changelog gets updated but action works on old commit id
57- - uses : actions/checkout@v2.3.4
57+ - uses : actions/checkout@v3.0.2
5858 with :
5959 ref : main
6060
Original file line number Diff line number Diff line change 99
1010 steps :
1111 # Important: This sets up your GITHUB_WORKSPACE environment variable
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - uses : hashicorp/setup-terraform@v2
1414
1515 - name : fmt
You can’t perform that action at this time.
0 commit comments