From e59019b31a9a43468366da41a4ff43c3ac102285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:09:55 +0000 Subject: [PATCH] Bump dailydotdev/action-devcard from 3.2.0 to 3.2.1 Bumps [dailydotdev/action-devcard](https://github.com/dailydotdev/action-devcard) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/dailydotdev/action-devcard/releases) - [Commits](https://github.com/dailydotdev/action-devcard/compare/3.2.0...3.2.1) --- updated-dependencies: - dependency-name: dailydotdev/action-devcard dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/DevCard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DevCard.yml b/.github/workflows/DevCard.yml index 69e9083..7088cb0 100644 --- a/.github/workflows/DevCard.yml +++ b/.github/workflows/DevCard.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: devcard - uses: dailydotdev/action-devcard@3.2.0 + uses: dailydotdev/action-devcard@3.2.1 with: user_id: ${{ secrets.USER_ID }} commit_message: "chore: update ${filename}"