From 49984e3528014807ca3d59bc787a7a1547ffd653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:32:26 +0200 Subject: [PATCH] Bump github-actions-x/commit from 2.8 to 2.9 (#5) Bumps [github-actions-x/commit](https://github.com/github-actions-x/commit) from 2.8 to 2.9. - [Release notes](https://github.com/github-actions-x/commit/releases) - [Commits](https://github.com/github-actions-x/commit/compare/v2.8...v2.9) --- 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 6cc9582..46b0f48 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.8 + uses: github-actions-x/commit@v2.9 with: github-token: ${{ secrets.GITHUB_TOKEN }} push-branch: 'master'