From 2c22c9a244b9339b0226c4a6d258860b28ebdd08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 02:11:27 +0000 Subject: [PATCH] chore(actions): Bump christophebedard/dco-check from 0.5.0 to 0.5.1 Bumps [christophebedard/dco-check](https://github.com/christophebedard/dco-check) from 0.5.0 to 0.5.1. - [Commits](https://github.com/christophebedard/dco-check/compare/0.5.0...0.5.1) --- updated-dependencies: - dependency-name: christophebedard/dco-check dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5463408..c7630cd 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest steps: - name: DCO Check - uses: christophebedard/dco-check@0.5.0 + uses: christophebedard/dco-check@0.5.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: