Skip to content

Commit

Permalink
chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 6, 2023
1 parent ff7d860 commit 146432f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
./gradlew testDebug -P screenshot.record=repair
- name: Push new screenshots if available
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
if: steps.screenshotsrecord.outcome == 'success'
with:
file_pattern: '**/snapshots/images/*.png'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fixup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
arguments: spotlessApply

- name: Push reformatted code
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: '**/*.kt'
disable_globbing: true
Expand All @@ -40,7 +40,7 @@ jobs:
arguments: testDebug -P screenshot.record=repair

- name: Push new screenshots if available
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: '**/snapshots/images/*.png'
disable_globbing: true
Expand Down

0 comments on commit 146432f

Please sign in to comment.