diff --git a/.github/workflows/__0.yml b/.github/workflows/__0.yml index 97382d4..5ca5202 100644 --- a/.github/workflows/__0.yml +++ b/.github/workflows/__0.yml @@ -33,7 +33,7 @@ jobs: run: node src/run.js - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4.15.4 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: "Updates from 13 5 7 10 *" branch: ${{ github.head_ref }} diff --git a/.github/workflows/__1.yml b/.github/workflows/__1.yml index 92fd778..5c4b759 100644 --- a/.github/workflows/__1.yml +++ b/.github/workflows/__1.yml @@ -33,7 +33,7 @@ jobs: run: node src/run.js - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4.15.4 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: "Updates from 50 0 * * *" branch: ${{ github.head_ref }} diff --git a/.github/workflows/__2.yml b/.github/workflows/__2.yml index 93d6114..da09331 100644 --- a/.github/workflows/__2.yml +++ b/.github/workflows/__2.yml @@ -33,7 +33,7 @@ jobs: run: node src/run.js - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4.15.4 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: "Updates from 0 12 * * *" branch: ${{ github.head_ref }} diff --git a/.github/workflows/_template.yml b/.github/workflows/_template.yml index 338c6c7..52f88c4 100644 --- a/.github/workflows/_template.yml +++ b/.github/workflows/_template.yml @@ -33,7 +33,7 @@ jobs: run: node src/run.js - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4.15.4 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: "Updates from [[cron]]" branch: ${{ github.head_ref }} diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index c8e40d4..d496ee6 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -28,7 +28,7 @@ jobs: run: node src/generate.js - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4.15.4 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: "Generate workflows" branch: ${{ github.head_ref }}