From b60484445fab798df66d0493e015ff6929bee01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 12:08:29 +0200 Subject: [PATCH] Bump github-actions-x/commit from 2.6 to 2.8 (#2) Bumps [github-actions-x/commit](https://github.com/github-actions-x/commit) from 2.6 to 2.8. - [Release notes](https://github.com/github-actions-x/commit/releases) - [Commits](https://github.com/github-actions-x/commit/compare/v2.6...v2.8) --- updated-dependencies: - dependency-name: github-actions-x/commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 62581d2..6cc9582 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -71,7 +71,7 @@ jobs: # Git commit + push, see https://github.com/github-actions-x/commit - name: Publish changes to git if: github.ref == 'refs/heads/master' - uses: github-actions-x/commit@v2.6 + uses: github-actions-x/commit@v2.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} push-branch: 'master'