File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1212 pull-requests : write # for peter-evans/create-pull-request to create a PR
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 - name : Update Changelog
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1818 contents : write # for peaceiris/actions-gh-pages to push pages branch
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Setup Python
2323 uses : actions/setup-python@v5
2424 with :
Original file line number Diff line number Diff line change 3131 with :
3232 go-version : ${{ env.GOLANG_VERSION }}
3333 - name : Checkout code
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 - name : Run golangci-lint
3636 uses : golangci/golangci-lint-action@v8
3737 with :
4848 id : go
4949
5050 - name : Check out code into the Go module directory
51- uses : actions/checkout@v5
51+ uses : actions/checkout@v6
5252
5353 - name : Restore go build cache
5454 uses : actions/cache@v4
7070 GOPATH : /home/runner/go
7171 steps :
7272 - name : Checkout code
73- uses : actions/checkout@v5
73+ uses : actions/checkout@v6
7474 - name : Setup Golang
75757676 with :
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
5858 image-digest : ${{ steps.image.outputs.digest }}
5959 steps :
6060 - name : Checkout code
61- uses : actions/checkout@v5 # v3.3.0
61+ uses : actions/checkout@v6 # v3.3.0
6262 with :
6363 fetch-depth : 0
6464 token : ${{ secrets.GITHUB_TOKEN }}
6565 if : ${{ github.ref_type == 'tag'}}
6666
6767 - name : Checkout code
68- uses : actions/checkout@v5 # v3.3.0
68+ uses : actions/checkout@v6 # v3.3.0
6969 if : ${{ github.ref_type != 'tag'}}
7070
7171 - name : Setup Golang
Original file line number Diff line number Diff line change 8484
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@v5 # v3.5.2
87+ uses : actions/checkout@v6 # v3.5.2
8888 with :
8989 fetch-depth : 0
9090 token : ${{ secrets.GITHUB_TOKEN }}
@@ -157,7 +157,7 @@ jobs:
157157 runs-on : ubuntu-latest
158158 steps :
159159 - name : Checkout code
160- uses : actions/checkout@v5 # v3.3.0
160+ uses : actions/checkout@v6 # v3.3.0
161161 with :
162162 fetch-depth : 0
163163 token : ${{ secrets.GITHUB_TOKEN }}
@@ -230,7 +230,7 @@ jobs:
230230 runs-on : ubuntu-latest
231231 steps :
232232 - name : Checkout code
233- uses : actions/checkout@v5 # v3.3.0
233+ uses : actions/checkout@v6 # v3.3.0
234234 with :
235235 fetch-depth : 0
236236 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4343 id : go
4444
4545 - name : Check out code into the Go module directory
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747
4848 - name : Restore go build cache
4949 uses : actions/cache@v4
90909191 with :
9292 go-version : ' 1.24'
93- - uses : actions/checkout@v5
93+ - uses : actions/checkout@v6
9494 - name : Setup k3s
9595 env :
9696 INSTALL_K3S_CHANNEL : v${{ matrix.kubernetes.version }}
@@ -162,7 +162,7 @@ jobs:
162162 with :
163163 go-version : ${{ env.GOLANG_VERSION }}
164164 id : go
165- - uses : actions/checkout@v5
165+ - uses : actions/checkout@v6
166166 - name : Get e2e code coverage
167167 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
168168 with :
You can’t perform that action at this time.
0 commit comments