Skip to content

Commit

Permalink
build(deps): bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `DavidAnson/markdownlint-cli2-action` from 17.0.0 to 18.0.0
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v17.0.0...v18.0.0)

Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ccoVeille committed Nov 30, 2024
1 parent a592ff0 commit 3bea3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: crate-ci/[email protected]

- name: markdownlint-cli2-action
uses: DavidAnson/markdownlint-cli2-action@v17.0.0
uses: DavidAnson/markdownlint-cli2-action@v18.0.0

- name: editorconfig-checker-action
uses: editorconfig-checker/action-editorconfig-checker@v2
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: go test -coverprofile=coverage.txt

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 3bea3b3

Please sign in to comment.