Skip to content

Commit 8d9fbc8

Browse files
committed
2 parents 17ba654 + 626491a commit 8d9fbc8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fix-php-code-style-issues.yml

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

2525
- name: Commit changes
26-
uses: stefanzweifel/git-auto-commit-action@v6
26+
uses: stefanzweifel/git-auto-commit-action@v7
2727
with:
2828
commit_message: Fix styling

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
release-notes: ${{ github.event.release.body }}
2626

2727
- name: Commit updated CHANGELOG
28-
uses: stefanzweifel/git-auto-commit-action@v6
28+
uses: stefanzweifel/git-auto-commit-action@v7
2929
with:
3030
branch: main
3131
commit_message: Update CHANGELOG

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"kornrunner/keccak": "^1.1",
2323
"spatie/laravel-package-tools": "^1.16",
2424
"web3p/ethereum-tx": "^0.4.3",
25-
"web3p/web3.php": "^0.1.6"
25+
"web3p/web3.php": "^0.3.2"
2626
},
2727
"require-dev": {
2828
"larastan/larastan": "^3.0",

0 commit comments

Comments
 (0)