File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 if : (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
1414 steps :
1515 - name : Clone the code
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919 - name : Setup Go
Original file line number Diff line number Diff line change 1515 runs-on : [ubuntu-latest]
1616 steps :
1717 - name : Check out code into the Go module directory
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121 - name : Set up Go 1.x
3333 runs-on : [ubuntu-latest]
3434 steps :
3535 - name : Check out code into the Go module directory
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 - name : Set up Go 1.x
3838 uses : actions/setup-go@v3
3939 with :
4949 runs-on : [macos-latest]
5050 steps :
5151 - name : Check out code into the Go module directory
52- uses : actions/checkout@v3
52+ uses : actions/checkout@v4
5353 - name : Set up Go 1.x
5454 uses : actions/setup-go@v3
5555 with :
6565 runs-on : [windows-latest]
6666 steps :
6767 - name : Check out code into the Go module directory
68- uses : actions/checkout@v3
68+ uses : actions/checkout@v4
6969 - name : Set up Go 1.x
7070 uses : actions/setup-go@v3
7171 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out code into the Go module directory
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919 - name : Set up Go 1.x
You can’t perform that action at this time.
0 commit comments