From 6d3f377eb4dc24b215256e9d32db7c9fab0c98a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:32:29 +0000 Subject: [PATCH] build(deps): 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/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 55cbb58..e3a1d3d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Lint licenses - uses: fsfe/reuse-action@v5 + uses: fsfe/reuse-action@v6 markdownlint-cli2: name: Lint with markdownlint-cli2 runs-on: ubuntu-latest