File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 with :
1515 go-version : ${{ inputs.go-version }}
1616 cache : false
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : go-lint
1919 uses : golangci/golangci-lint-action@v3
2020 with :
Original file line number Diff line number Diff line change 1111 using : " composite"
1212 steps :
1313 - name : " Checkout"
14- uses : " actions/checkout@v3 "
14+ uses : " actions/checkout@v4 "
1515
1616 # Identifies if the branch is main or not and therefore whether we should tag the image as latest
1717 # Creates the tags for use later (either hash or latest and hash)
Original file line number Diff line number Diff line change 2323 using : " composite"
2424 steps :
2525 - name : " Checkout"
26- uses : " actions/checkout@v3 "
26+ uses : " actions/checkout@v4 "
2727
2828 - name : " Validate Gradle Wrapper"
2929 uses : " gradle/wrapper-validation-action@v1"
Original file line number Diff line number Diff line change 1818 using : " composite"
1919 steps :
2020 - name : " Checkout repository"
21- uses : " actions/checkout@v3 "
21+ uses : " actions/checkout@v4 "
2222
2323 - name : " Get Commit Hash"
2424 id : " commit"
Original file line number Diff line number Diff line change 1818 using : " composite"
1919 steps :
2020 - name : " Checkout repository"
21- uses : " actions/checkout@v3 "
21+ uses : " actions/checkout@v4 "
2222
2323 - name : " Get Commit Hash"
2424 id : " commit"
Original file line number Diff line number Diff line change 1111 using : " composite"
1212 steps :
1313 - name : " Checkout"
14- uses : " actions/checkout@v3 "
14+ uses : " actions/checkout@v4 "
1515 with :
1616 ref : " deployment"
1717
You can’t perform that action at this time.
0 commit comments