From a424396a2cb42a633bab6d5e6431487ef6d6754b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:22:45 +0000 Subject: [PATCH] Bump ad-m/github-push-action from 0.6.0 to 0.8.0 Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 577d9933..4d64d42e 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -113,7 +113,7 @@ jobs: git config --local user.email "juraj-hrivnak@users.noreply.github.com" git commit -m "Automatically update changelogs" -a - name: Push changelogs - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: main