Skip to content

Commit 0993d5f

Browse files
authored
[12.x] Update git-auto-commit action (#58118)
* update git-auto-commit-action * anddd here
1 parent fe0566d commit 0993d5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/facades.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
Illuminate\\Support\\Facades\\Vite
9292
9393
- name: Commit facade docblocks
94-
uses: stefanzweifel/git-auto-commit-action@v5
94+
uses: stefanzweifel/git-auto-commit-action@v7
9595
with:
9696
commit_message: Update facade docblocks
9797
file_pattern: src/

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: sed -i "s/const VERSION = '.*';/const VERSION = '${{ steps.version.outputs.version }}';/g" src/Illuminate/Foundation/Application.php
6262

6363
- name: Commit version change
64-
uses: stefanzweifel/git-auto-commit-action@v5
64+
uses: stefanzweifel/git-auto-commit-action@v7
6565
with:
6666
commit_message: "Update version to v${{ steps.version.outputs.version }}"
6767

.github/workflows/update-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
npm run build --prefix "./src/Illuminate/Foundation/resources/exceptions/renderer"
3535
3636
- name: Commit Compiled Files
37-
uses: stefanzweifel/git-auto-commit-action@v5
37+
uses: stefanzweifel/git-auto-commit-action@v7
3838
with:
3939
commit_message: Update Assets

0 commit comments

Comments
 (0)