test(deps): bump examples from 2c2bb7b to 437479f in the actions group
#95
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Handle dependency updates | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| update: | |
| uses: tree-sitter/workflows/.github/workflows/regenerate.yml@main | |
| if: github.actor == 'dependabot[bot]' | |
| with: | |
| abi-version: 14 | |
| update-scanner: true |