Skip to content

Commit ad15eb3

Browse files
authored
Merge pull request #168 from public-ui/dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7
2 parents eda004c + 493b845 commit ad15eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-dependency-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pnpm i
4444

4545
- name: Commit and push changes
46-
uses: stefanzweifel/git-auto-commit-action@v6
46+
uses: stefanzweifel/git-auto-commit-action@v7
4747
with:
4848
commit_message: Update all depedencies
4949
push_options: '--force'

.github/workflows/update-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: git status
7272

7373
- name: Commit and push changes
74-
uses: stefanzweifel/git-auto-commit-action@v6
74+
uses: stefanzweifel/git-auto-commit-action@v7
7575
with:
7676
commit_message: Update all snapshots
7777
file_pattern: 'packages/themes/**/snapshots/*'

0 commit comments

Comments
 (0)