From f2ed80bfe2bd7a4fb5d2ecde24336d8c268936fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:29:41 +0000 Subject: [PATCH] Bump planetscale/ghcommit-action from 0.1.37 to 0.1.43 Bumps [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action) from 0.1.37 to 0.1.43. - [Release notes](https://github.com/planetscale/ghcommit-action/releases) - [Commits](https://github.com/planetscale/ghcommit-action/compare/21a8cda29f55e5cc2cdae0cdbdd08e38dd148c25...b68767a2e130a71926b365322e62b583404a5e09) --- updated-dependencies: - dependency-name: planetscale/ghcommit-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/solidity-wrappers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solidity-wrappers.yml b/.github/workflows/solidity-wrappers.yml index bbd7ac0c670..13c3f947f36 100644 --- a/.github/workflows/solidity-wrappers.yml +++ b/.github/workflows/solidity-wrappers.yml @@ -63,7 +63,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Commit any wrapper changes - uses: planetscale/ghcommit-action@21a8cda29f55e5cc2cdae0cdbdd08e38dd148c25 # v0.1.37 + uses: planetscale/ghcommit-action@b68767a2e130a71926b365322e62b583404a5e09 # v0.1.43 with: commit_message: "Update gethwrappers" repo: ${{ github.repository }}