Skip to content

Commit

Permalink
Bump the github-actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates in the / directory: [pandoc/actions](https://github.com/pandoc/actions) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `pandoc/actions` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/pandoc/actions/releases)
- [Commits](pandoc/actions@v1.0.0...v1.1.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: pandoc/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent d116ea9 commit 3b8c305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: 'true'

- name: Pandoc install
uses: pandoc/actions/setup@v1.0.0
uses: pandoc/actions/setup@v1.1.0
with:
version: 2.19

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:

- name: Coverage
if: ${{ matrix.coverage }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

0 comments on commit 3b8c305

Please sign in to comment.