diff --git a/.github/workflows/auto-dependency-updater.yml b/.github/workflows/auto-dependency-updater.yml index b7409b8..a6b61e0 100644 --- a/.github/workflows/auto-dependency-updater.yml +++ b/.github/workflows/auto-dependency-updater.yml @@ -43,7 +43,7 @@ jobs: run: pnpm i - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Update all depedencies push_options: '--force' diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index 01f239d..92a6a8d 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -71,7 +71,7 @@ jobs: run: git status - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Update all snapshots file_pattern: 'packages/themes/**/snapshots/*'