diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 87f9dca..2dd6e36 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,7 +35,7 @@ jobs: - name: Generate coverage working-directory: sdk-go run: go test ./... -short -coverprofile=coverage.out -covermode=atomic - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: always() with: files: sdk-go/coverage.out diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 9ee403a..3e34d0e 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -15,4 +15,4 @@ jobs: timeout-minutes: 3 steps: - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.47.0 + - uses: crate-ci/typos@v1.47.2