File tree Expand file tree Collapse file tree 11 files changed +24
-24
lines changed Expand file tree Collapse file tree 11 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ jobs:
8282 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8383 steps :
8484 - name : Checkout
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v5
8686
8787 - name : Install Go
88- uses : actions/setup-go@v5
88+ uses : actions/setup-go@v6
8989 with :
9090 go-version : 1.24.x
9191
9595 go mod download
9696
9797 - name : Download release artifacts
98- uses : actions/download-artifact@v4
98+ uses : actions/download-artifact@v5
9999 with :
100100 name : release-artifacts
101101 path : .tarballs
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Install Go
16- uses : actions/setup-go@v5
16+ uses : actions/setup-go@v6
1717 with :
1818 go-version : 1.24.x
1919
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Install Go
16- uses : actions/setup-go@v5
16+ uses : actions/setup-go@v6
1717 with :
1818 go-version : 1.24.x
1919
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 # We need to fetch tags to be able to update
1616 # the templated version strings in docs
1717 - name : Get tags
1818 run : git fetch --tags origin
1919
2020 - name : Set up Node.js
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v5
2222 with :
2323 node-version : 20.x
2424 cache : yarn
4343 uses : actions/configure-pages@v5
4444
4545 - name : Upload docs artifact
46- uses : actions/upload-pages-artifact@v3
46+ uses : actions/upload-pages-artifact@v4
4747 with :
4848 path : website/build
4949
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Get step vars
3333 id : vars
5151 fi
5252
5353 - name : Download go build artifacts
54- uses : actions/download-artifact@v4
54+ uses : actions/download-artifact@v5
5555 with :
5656 name : build-artifacts
5757
Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Install Go
16- uses : actions/setup-go@v5
16+ uses : actions/setup-go@v6
1717 with :
1818 go-version : 1.24.x
1919
2020 - name : Install nfpm
2121 run : go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
2222
2323 - name : Download go build artifacts
24- uses : actions/download-artifact@v4
24+ uses : actions/download-artifact@v5
2525 with :
2626 name : build-artifacts
2727
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Install Go
16- uses : actions/setup-go@v5
16+ uses : actions/setup-go@v6
1717 with :
1818 go-version : 1.24.x
1919
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Install Go
17- uses : actions/setup-go@v5
17+ uses : actions/setup-go@v6
1818 with :
1919 go-version : 1.24.x
2020
2626 touch scripts/mock_servers/assets/sample.json
2727
2828 - name : Lint
29- uses : golangci/golangci-lint-action@v7
29+ uses : golangci/golangci-lint-action@v8
3030 with :
3131 version : v2.4.0
3232 args : --timeout=5m
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Get step vars
2626 id : vars
You can’t perform that action at this time.
0 commit comments