File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 3030 username : ${{ secrets.HSDP_DOCKER_USERNAME }}
3131 password : ${{ secrets.HSDP_DOCKER_PASSWORD }}
3232 -
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 -
3535 name : Build logproxy
3636 uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change 3636 password : ${{ secrets.GITHUB_TOKEN }}
3737 -
3838 name : Checkout repository
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 # We must fetch at least the immediate parents so that if this is
4242 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1313 name : golint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-go@v5
1818 with :
1919 go-version : ' ^1.18.0'
You can’t perform that action at this time.
0 commit comments