From c578e6c3b39dc34294a0acd091bfe01628356b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:01:16 +0000 Subject: [PATCH] Bump test-room-7/action-update-file from 1.8.0 to 2.0.0 Bumps [test-room-7/action-update-file](https://github.com/test-room-7/action-update-file) from 1.8.0 to 2.0.0. - [Release notes](https://github.com/test-room-7/action-update-file/releases) - [Commits](https://github.com/test-room-7/action-update-file/compare/v1.8.0...v2.0.0) --- updated-dependencies: - dependency-name: test-room-7/action-update-file dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- .github/workflows/codeowners.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index a7f3c6a..4d9b560 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@v1.8.0 + uses: test-room-7/action-update-file@v2.0.0 with: commit-msg: "[skip ci] Updated CHANGELOG.md" file-path: "CHANGELOG.md" diff --git a/.github/workflows/codeowners.yml b/.github/workflows/codeowners.yml index b9966ee..0a8a717 100644 --- a/.github/workflows/codeowners.yml +++ b/.github/workflows/codeowners.yml @@ -28,7 +28,7 @@ jobs: run: cat .github/CODEOWNERS - name: Commit and push - uses: test-room-7/action-update-file@v1.8.0 + uses: test-room-7/action-update-file@v2.0.0 with: commit-msg: "[skip ci] Updated CODEOWNERS" file-path: ".github/CODEOWNERS"