From f051d2e4aa952c4c0ae8c5807545b5dc80979f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:59:27 +0000 Subject: [PATCH] Bump planetscale/ghcommit-action from 0.1.37 to 0.1.41 Bumps [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action) from 0.1.37 to 0.1.41. - [Release notes](https://github.com/planetscale/ghcommit-action/releases) - [Commits](https://github.com/planetscale/ghcommit-action/compare/21a8cda29f55e5cc2cdae0cdbdd08e38dd148c25...84c52a5164423e2cd66371ecae81d9049a2cf105) --- 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..0c5b656e993 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@84c52a5164423e2cd66371ecae81d9049a2cf105 # v0.1.41 with: commit_message: "Update gethwrappers" repo: ${{ github.repository }}