File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
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@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - name : Setup Go
Original file line number Diff line number Diff line change 1717 outputs :
1818 doc : ${{ steps.filter.outputs.doc }}
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : dorny/paths-filter@v3
2222 id : filter
2323 with :
3232 runs-on : [ubuntu-latest]
3333 steps :
3434 - name : Check out code into the Go module directory
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0
3838 - name : Set up Go 1.x
5252 runs-on : [ubuntu-latest]
5353 steps :
5454 - name : Check out code into the Go module directory
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656 with :
5757 fetch-depth : 0
5858 - name : Set up Go 1.x
7272 runs-on : [ubuntu-latest]
7373 steps :
7474 - name : Check out code into the Go module directory
75- uses : actions/checkout@v5
75+ uses : actions/checkout@v6
7676 - name : Set up Go 1.x
7777 uses : actions/setup-go@v6
7878 with :
9090 runs-on : [macos-latest]
9191 steps :
9292 - name : Check out code into the Go module directory
93- uses : actions/checkout@v5
93+ uses : actions/checkout@v6
9494 - name : Set up Go 1.x
9595 uses : actions/setup-go@v6
9696 with :
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : [windows-latest]
109109 steps :
110110 - name : Check out code into the Go module directory
111- uses : actions/checkout@v5
111+ uses : actions/checkout@v6
112112 - name : Set up Go 1.x
113113 uses : actions/setup-go@v6
114114 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check out code into the Go module directory
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 - name : Set up Go 1.x
You can’t perform that action at this time.
0 commit comments