File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 name : build + integration gate
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424
2525 - uses : actions/setup-go@v6
2626 with :
Original file line number Diff line number Diff line change 2020 timeout-minutes : 30
2121 steps :
2222 - name : Checkout this repo
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424 with :
2525 path : cli
2626 - uses : actions/setup-go@v6
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
1414 runs-on : ubuntu-latest
1515 timeout-minutes : 10
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818 with :
1919 path : cli
2020 # Full history so diff-cover can resolve origin/<base_ref>.
2121 fetch-depth : 0
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 with :
2424 repository : InstaNode-dev/common
2525 path : common
2626 continue-on-error : true
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 with :
2929 repository : InstaNode-dev/proto
3030 path : proto
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
1818 runs-on : ubuntu-latest
1919 timeout-minutes : 10
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 with :
2323 path : cli
2424 # Sibling checkouts (proto/common) for repos with replace directives.
2525 # No-op for repos that do not need them.
26- - uses : actions/checkout@v6
26+ - uses : actions/checkout@v7
2727 if : ${{ hashFiles('cli/go.mod') != '' }}
2828 with :
2929 repository : InstaNode-dev/common
3030 path : common
3131 continue-on-error : true
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 with :
3434 repository : InstaNode-dev/proto
3535 path : proto
Original file line number Diff line number Diff line change 1717 timeout-minutes : 15
1818 steps :
1919 - name : Checkout this repo
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 with :
2222 path : cli
2323 - uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 timeout-minutes : 5
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 - uses : lycheeverse/lychee-action@v2
2222 with :
2323 args : --no-progress --max-concurrency 4 --exclude-mail './**/*.md' './**/*.html'
Original file line number Diff line number Diff line change 3636 # Full history + tags are required so GoReleaser can read the tag
3737 # message and infer changelog scope.
3838 - name : Checkout (full history + tags)
39- uses : actions/checkout@v6
39+ uses : actions/checkout@v7
4040 with :
4141 fetch-depth : 0
4242 fetch-tags : true
6969
7070 - name : Run GoReleaser
7171 # pinned: tag v6.4.0
72- uses : goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89
72+ uses : goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94
7373 with :
7474 distribution : goreleaser
7575 version : " ~> v2"
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 timeout-minutes : 3
1616 steps :
17- - uses : actions/checkout@v6
18- - uses : crate-ci/typos@v1.47.2
17+ - uses : actions/checkout@v7
18+ - uses : crate-ci/typos@v1.48.0
1919 continue-on-error : true # warn-only — surface findings without blocking CI
You can’t perform that action at this time.
0 commit comments