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 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Login to Github Packages
2121 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222
2323 - name : Extract version from tag
2424 id : version
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout the repository
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 - name : Generate build files
1414 uses : thatisuday/go-cross-build@v1
1515 with :
Original file line number Diff line number Diff line change 1010 name : GO lang CI linter
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-go@v6
1515 with :
1616 go-version : " 1.25"
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v5
10+ uses : actions/checkout@v6
1111 with :
1212 fetch-depth : 0
1313
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
You can’t perform that action at this time.
0 commit comments