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"