File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
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 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Check out code
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : Set up Go
2626 uses : actions/setup-go@v4
Original file line number Diff line number Diff line change 3232 go-version : ${{ matrix.go }}
3333
3434 - name : Check out code
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 fetch-depth : 1
3838
Original file line number Diff line number Diff line change 3232 go-version : ${{ matrix.go }}
3333
3434 - name : Check out code
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 fetch-depth : 1
3838
Original file line number Diff line number Diff line change 3232 go-version : ${{ matrix.go }}
3333
3434 - name : Check out code
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 fetch-depth : 1
3838
You can’t perform that action at this time.
0 commit comments