From 16a86ba4ab1d635f4417a8f0e4124f76ca40a061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:06:08 +0000 Subject: [PATCH] Bump fsfe/reuse-action from 5 to 6 Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 5 to 6. - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](https://github.com/fsfe/reuse-action/compare/v5...v6) --- updated-dependencies: - dependency-name: fsfe/reuse-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_license.yml b/.github/workflows/ci_license.yml index 547f3ead..afa46b39 100644 --- a/.github/workflows/ci_license.yml +++ b/.github/workflows/ci_license.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v5 - name: REUSE Compliance Check - uses: fsfe/reuse-action@v5 + uses: fsfe/reuse-action@v6 - name: Check Markdown files for doxygen run: ${{ github.workspace }}/test/scripts/check_markdown_doxygen.sh ${{ github.workspace }}