From 19a956999549a71827e2652dfe2ec5ab37fa6694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:09:33 +0000 Subject: [PATCH] Bump the actions-deps group with 3 updates Bumps the actions-deps group with 3 updates: [sorenlouv/backport-github-action](https://github.com/sorenlouv/backport-github-action), [msys2/setup-msys2](https://github.com/msys2/setup-msys2) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `sorenlouv/backport-github-action` from 10.2.0 to 11.0.0 - [Release notes](https://github.com/sorenlouv/backport-github-action/releases) - [Commits](https://github.com/sorenlouv/backport-github-action/compare/v10.2.0...v11.0.0) Updates `msys2/setup-msys2` from 2.30.0 to 2.31.0 - [Release notes](https://github.com/msys2/setup-msys2/releases) - [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md) - [Commits](https://github.com/msys2/setup-msys2/compare/v2.30.0...v2.31.0) Updates `codecov/codecov-action` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: sorenlouv/backport-github-action dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: msys2/setup-msys2 dependency-version: 2.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 176380d..3b5b42a 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -25,7 +25,7 @@ jobs: echo "matched=$matched" >> $GITHUB_OUTPUT - name: Backport Action if: fromJSON(steps.check_labels.outputs.matched) > 0 - uses: sorenlouv/backport-github-action@v10.2.0 + uses: sorenlouv/backport-github-action@v11.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} auto_backport_label_prefix: backport-to- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3de7c02..e293cda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: if: matrix.os == 'macos-15' - run: brew install automake autoconf-archive lcov texinfo if: ${{ startsWith(matrix.os, 'macos') }} - - uses: msys2/setup-msys2@v2.30.0 + - uses: msys2/setup-msys2@v2.31.0 name: Setup msys2 with: install: >- @@ -108,7 +108,7 @@ jobs: path: | coverage/ coverage*.info - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} gcov_include: '*.c'