From b3cde4b44e0d2dca3fef5e7c082b53b7084f92f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:05:26 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 2 updates --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ansi.yml | 4 ++-- .github/workflows/cellbuf.yml | 4 ++-- .github/workflows/charmtone.yml | 4 ++-- .github/workflows/colors.yml | 4 ++-- .github/workflows/conpty.yml | 4 ++-- .github/workflows/editor.yml | 4 ++-- .github/workflows/errors.yml | 4 ++-- .github/workflows/etag.yml | 4 ++-- .github/workflows/examples.yml | 4 ++-- .github/workflows/generate.yml | 2 +- .github/workflows/gitignore.yml | 4 ++-- .github/workflows/golden.yml | 4 ++-- .github/workflows/higherorder.yml | 4 ++-- .github/workflows/input-fuzz.yml | 2 +- .github/workflows/input.yml | 4 ++-- .github/workflows/json.yml | 4 ++-- .github/workflows/maps.yml | 4 ++-- .github/workflows/mosaic.yml | 4 ++-- .github/workflows/open.yml | 4 ++-- .github/workflows/ordered.yml | 4 ++-- .github/workflows/pony.yml | 4 ++-- .github/workflows/powernap-update-lsp-configs.yml | 2 +- .github/workflows/powernap.yml | 4 ++-- .github/workflows/slice.yml | 4 ++-- .github/workflows/sshkey.yml | 4 ++-- .github/workflows/strings.yml | 4 ++-- .github/workflows/teatest-v2.yml | 4 ++-- .github/workflows/teatest.yml | 4 ++-- .github/workflows/term-plan9.yml | 2 +- .github/workflows/term.yml | 4 ++-- .github/workflows/termios-goos.yml | 2 +- .github/workflows/termios.yml | 4 ++-- .github/workflows/toner.yml | 4 ++-- .github/workflows/vcr.yml | 4 ++-- .github/workflows/vt.yml | 4 ++-- .github/workflows/vttest.yml | 6 +++--- .github/workflows/wcwidth.yml | 4 ++-- .github/workflows/windows-generate.yml | 2 +- .github/workflows/windows.yml | 4 ++-- .github/workflows/xpty.yml | 4 ++-- 40 files changed, 75 insertions(+), 75 deletions(-) diff --git a/.github/workflows/ansi.yml b/.github/workflows/ansi.yml index a49f66a4..76f16638 100644 --- a/.github/workflows/ansi.yml +++ b/.github/workflows/ansi.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./ansi steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/cellbuf.yml b/.github/workflows/cellbuf.yml index eb08c543..9ca02e99 100644 --- a/.github/workflows/cellbuf.yml +++ b/.github/workflows/cellbuf.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./cellbuf steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/charmtone.yml b/.github/workflows/charmtone.yml index ef206a33..7d86346f 100644 --- a/.github/workflows/charmtone.yml +++ b/.github/workflows/charmtone.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/charmtone steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/colors.yml b/.github/workflows/colors.yml index b65b8df9..a4594d9c 100644 --- a/.github/workflows/colors.yml +++ b/.github/workflows/colors.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./colors steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/conpty.yml b/.github/workflows/conpty.yml index ca08f87a..ab45cfc9 100644 --- a/.github/workflows/conpty.yml +++ b/.github/workflows/conpty.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./conpty steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/editor.yml b/.github/workflows/editor.yml index 78887722..f89e5ed2 100644 --- a/.github/workflows/editor.yml +++ b/.github/workflows/editor.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./editor steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/errors.yml b/.github/workflows/errors.yml index 3700eb02..735b18ed 100644 --- a/.github/workflows/errors.yml +++ b/.github/workflows/errors.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./errors steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/etag.yml b/.github/workflows/etag.yml index e2c4e307..4b5b22b3 100644 --- a/.github/workflows/etag.yml +++ b/.github/workflows/etag.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./etag steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index b86cd456..d04ccbf6 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./examples steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index a8d0248e..82e5bdc7 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -14,7 +14,7 @@ jobs: generate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version: stable diff --git a/.github/workflows/gitignore.yml b/.github/workflows/gitignore.yml index 242f6e2e..ae54a9d9 100644 --- a/.github/workflows/gitignore.yml +++ b/.github/workflows/gitignore.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./gitignore steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/golden.yml b/.github/workflows/golden.yml index 02b83740..579b57a8 100644 --- a/.github/workflows/golden.yml +++ b/.github/workflows/golden.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/golden steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/higherorder.yml b/.github/workflows/higherorder.yml index 0ba27c3a..e83f569e 100644 --- a/.github/workflows/higherorder.yml +++ b/.github/workflows/higherorder.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/higherorder steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/input-fuzz.yml b/.github/workflows/input-fuzz.yml index eea11d60..25a54b6c 100644 --- a/.github/workflows/input-fuzz.yml +++ b/.github/workflows/input-fuzz.yml @@ -19,7 +19,7 @@ jobs: run: working-directory: ./input steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: ./input/go.mod diff --git a/.github/workflows/input.yml b/.github/workflows/input.yml index fabf6231..b8ac9a88 100644 --- a/.github/workflows/input.yml +++ b/.github/workflows/input.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./input steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/json.yml b/.github/workflows/json.yml index 90b1ed09..fb9ca638 100644 --- a/.github/workflows/json.yml +++ b/.github/workflows/json.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./json steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/maps.yml b/.github/workflows/maps.yml index 9a3e84e5..a1e308f3 100644 --- a/.github/workflows/maps.yml +++ b/.github/workflows/maps.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/maps steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/mosaic.yml b/.github/workflows/mosaic.yml index d119ad69..2d8799a9 100644 --- a/.github/workflows/mosaic.yml +++ b/.github/workflows/mosaic.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./mosaic steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/open.yml b/.github/workflows/open.yml index e5e51d9b..a9b27802 100644 --- a/.github/workflows/open.yml +++ b/.github/workflows/open.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/open steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ordered.yml b/.github/workflows/ordered.yml index ca615ce0..2b43505f 100644 --- a/.github/workflows/ordered.yml +++ b/.github/workflows/ordered.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/ordered steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pony.yml b/.github/workflows/pony.yml index 97c3bebc..03ca2740 100644 --- a/.github/workflows/pony.yml +++ b/.github/workflows/pony.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./pony steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/powernap-update-lsp-configs.yml b/.github/workflows/powernap-update-lsp-configs.yml index f3f60e8a..45b7c2ec 100644 --- a/.github/workflows/powernap-update-lsp-configs.yml +++ b/.github/workflows/powernap-update-lsp-configs.yml @@ -15,7 +15,7 @@ jobs: run: working-directory: ./powernap steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} diff --git a/.github/workflows/powernap.yml b/.github/workflows/powernap.yml index 7368aa4a..5d3738d2 100644 --- a/.github/workflows/powernap.yml +++ b/.github/workflows/powernap.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./powernap steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/slice.yml b/.github/workflows/slice.yml index caac9d37..72cc1870 100644 --- a/.github/workflows/slice.yml +++ b/.github/workflows/slice.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/slice steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/sshkey.yml b/.github/workflows/sshkey.yml index 3bd04589..60592d2c 100644 --- a/.github/workflows/sshkey.yml +++ b/.github/workflows/sshkey.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./sshkey steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/strings.yml b/.github/workflows/strings.yml index 05072205..d6faa47d 100644 --- a/.github/workflows/strings.yml +++ b/.github/workflows/strings.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/strings steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/teatest-v2.yml b/.github/workflows/teatest-v2.yml index ee3d667a..a86f7fd9 100644 --- a/.github/workflows/teatest-v2.yml +++ b/.github/workflows/teatest-v2.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/teatest/v2 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/teatest.yml b/.github/workflows/teatest.yml index 5d92a8bd..acc28ad1 100644 --- a/.github/workflows/teatest.yml +++ b/.github/workflows/teatest.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/teatest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/term-plan9.yml b/.github/workflows/term-plan9.yml index 8b63f9b1..bdcbbd3b 100644 --- a/.github/workflows/term-plan9.yml +++ b/.github/workflows/term-plan9.yml @@ -16,7 +16,7 @@ jobs: run: working-directory: ./term steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: ./term/go.mod diff --git a/.github/workflows/term.yml b/.github/workflows/term.yml index dbc813ff..126756fb 100644 --- a/.github/workflows/term.yml +++ b/.github/workflows/term.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./term steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/termios-goos.yml b/.github/workflows/termios-goos.yml index fb707879..571c0620 100644 --- a/.github/workflows/termios-goos.yml +++ b/.github/workflows/termios-goos.yml @@ -14,7 +14,7 @@ jobs: run: working-directory: ./termios steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: ./termios/go.mod diff --git a/.github/workflows/termios.yml b/.github/workflows/termios.yml index 90f7b4f1..fc01de36 100644 --- a/.github/workflows/termios.yml +++ b/.github/workflows/termios.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./termios steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/toner.yml b/.github/workflows/toner.yml index 34f9ee55..b4351a4c 100644 --- a/.github/workflows/toner.yml +++ b/.github/workflows/toner.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./exp/toner steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/vcr.yml b/.github/workflows/vcr.yml index 9f4d8b85..a6b9a89a 100644 --- a/.github/workflows/vcr.yml +++ b/.github/workflows/vcr.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./vcr steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/vt.yml b/.github/workflows/vt.yml index 5504e9ac..58db0b63 100644 --- a/.github/workflows/vt.yml +++ b/.github/workflows/vt.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./vt steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/vttest.yml b/.github/workflows/vttest.yml index 56006195..921af5da 100644 --- a/.github/workflows/vttest.yml +++ b/.github/workflows/vttest.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./vttest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: ./vttest/go.mod @@ -71,13 +71,13 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Coverage run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/wcwidth.yml b/.github/workflows/wcwidth.yml index 65a23ee3..ad369bc4 100644 --- a/.github/workflows/wcwidth.yml +++ b/.github/workflows/wcwidth.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./wcwidth steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/windows-generate.yml b/.github/workflows/windows-generate.yml index 44113751..1aa496b0 100644 --- a/.github/workflows/windows-generate.yml +++ b/.github/workflows/windows-generate.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./windows steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: ./windows/go.mod diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a540e3be..781b903c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./windows steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/xpty.yml b/.github/workflows/xpty.yml index c2128bc2..214abbbc 100644 --- a/.github/workflows/xpty.yml +++ b/.github/workflows/xpty.yml @@ -20,7 +20,7 @@ jobs: run: working-directory: ./xpty steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true - uses: actions/setup-go@v6 @@ -31,7 +31,7 @@ jobs: - run: go build -v ./... - run: | go test -race -covermode=atomic -coverprofile='coverage.txt' ./... - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }}