From 3a6b5ca5519c06bededc6f7b99b6b4e446fcae2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:06:12 -0800 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates (#167) 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](https://github.com/pandoc/actions/compare/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](https://github.com/codecov/codecov-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- .github/workflows/test_pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 98e4121..9d23265 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/.github/workflows/test_pull_request.yml b/.github/workflows/test_pull_request.yml index 013510d..505df61 100644 --- a/.github/workflows/test_pull_request.yml +++ b/.github/workflows/test_pull_request.yml @@ -96,4 +96,4 @@ jobs: - name: Coverage if: ${{ matrix.coverage }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5