diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 57ba9b0..c385d5c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,7 +35,7 @@ jobs: - name: Generate coverage working-directory: cli run: go test ./... -short -coverprofile=coverage.out -covermode=atomic - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: always() with: files: cli/coverage.out diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index cba2e40..661d167 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -15,5 +15,5 @@ jobs: timeout-minutes: 3 steps: - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.47.1 + - uses: crate-ci/typos@v1.47.2 continue-on-error: true # warn-only — surface findings without blocking CI