File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments