From 73601a4fd7d7143c8231142206610cb5150b8a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:38:27 +0000 Subject: [PATCH] Bump actions-js/push from 1.4 to 1.5 Bumps [actions-js/push](https://github.com/actions-js/push) from 1.4 to 1.5. - [Release notes](https://github.com/actions-js/push/releases) - [Commits](https://github.com/actions-js/push/compare/v1.4...v1.5) --- updated-dependencies: - dependency-name: actions-js/push dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/git-cliff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-cliff.yml b/.github/workflows/git-cliff.yml index 6378bf4..b71df01 100644 --- a/.github/workflows/git-cliff.yml +++ b/.github/workflows/git-cliff.yml @@ -30,6 +30,6 @@ jobs: run: cat "${{ steps.git-cliff.outputs.changelog }}" - name: Commit and Push Changes - uses: actions-js/push@v1.4 + uses: actions-js/push@v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }}