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'