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 5252 - macos-latest
5353 runs-on : ${{ matrix.os }}
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 with :
5757 fetch-depth : 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
5858 - name : ' Get Previous tag'
Original file line number Diff line number Diff line change 4848 - generate-changelog
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v3
51+ - uses : actions/checkout@v4
5252 with :
5353 fetch-depth : 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
5454 - name : Create release/${{ env.MILESTONE }} branch
Original file line number Diff line number Diff line change 1313 set-milestone :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
1919 if : github.event.pull_request.milestone == null
You can’t perform that action at this time.
0 commit comments