Skip to content

Commit 91be571

Browse files
authored
Update stefanzweifel/git-auto-commit-action (#19)
Update and change to using the hash Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
1 parent 1d13c14 commit 91be571

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-assets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: npm run build
3232

3333
- name: Commit changes
34-
uses: stefanzweifel/git-auto-commit-action@v5
34+
# v6.0.1
35+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0
3536
with:
3637
commit_message: 'Chore: build assets'

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: aglipanci/laravel-pint-action@2.5
2424

2525
- name: Commit changes
26-
uses: stefanzweifel/git-auto-commit-action@v5
26+
# v6.0.1
27+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0
2728
with:
2829
commit_message: 'Chore: Fix PHP code styling'

0 commit comments

Comments
 (0)