From 4856d6356a30d0737adb43d3ea1cabedd091e03f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:32:30 +0000 Subject: [PATCH] Bump test-room-7/action-update-file from 2.0.0 to 2.1.0 Bumps [test-room-7/action-update-file](https://github.com/test-room-7/action-update-file) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/test-room-7/action-update-file/releases) - [Commits](https://github.com/test-room-7/action-update-file/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: test-room-7/action-update-file dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 9dd5505..6af000f 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -26,7 +26,7 @@ jobs: exclude_labels: "skip ci,status: abandoned,type: duplicate,type: question,type: wontfix" token: ${{ secrets.GITHUB_TOKEN }} - name: Commit and push - uses: test-room-7/action-update-file@v2.0.0 + uses: test-room-7/action-update-file@v2.1.0 with: commit-msg: "[skip ci] Updated CHANGELOG.md" file-path: "CHANGELOG.md"