diff --git a/.github/workflows/dependabot-cocoapods.yml b/.github/workflows/dependabot-cocoapods.yml index e63685c..5b3c2bb 100644 --- a/.github/workflows/dependabot-cocoapods.yml +++ b/.github/workflows/dependabot-cocoapods.yml @@ -70,7 +70,7 @@ jobs: } >> $GITHUB_OUTPUT - name: Commit and push Podfile.lock changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: ${{ steps.commit_message.outputs.message }} file_pattern: 'ios/Podfile.lock'