diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17fc36c..a07ecff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,13 +74,13 @@ jobs: key: ${{ github.run_number }} - name: Update README in the repository - uses: stefanzweifel/git-auto-commit-action@v4.8.0 + uses: stefanzweifel/git-auto-commit-action@v4.15.3 with: commit_message: "chore(ci): Updating readme docs." file_pattern: README.md - name: Update dist in the repository - uses: stefanzweifel/git-auto-commit-action@v4.8.0 + uses: stefanzweifel/git-auto-commit-action@v4.15.3 with: commit_message: "chore(ci): Updating dist" file_pattern: dist/*.js \ No newline at end of file