From bb2901e167056aac3177953d021537b328b1829f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 14:13:27 +0000 Subject: [PATCH] Bump test-room-7/action-update-file from 1.4.0 to 1.5.0 Bumps [test-room-7/action-update-file](https://github.com/test-room-7/action-update-file) from 1.4.0 to 1.5.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.4.0...v1.5.0) --- updated-dependencies: - dependency-name: test-room-7/action-update-file dependency-type: direct:production update-type: version-update:semver-minor ... 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 f178a8b..8a2271a 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.4.0 + uses: test-room-7/action-update-file@v1.5.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 e31cbbf..d60c7f6 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.4.0 + uses: test-room-7/action-update-file@v1.5.0 with: commit-msg: "[skip ci] Updated CODEOWNERS" file-path: ".github/CODEOWNERS"