build(deps): bump the ci group with 5 updates #1250
  
    
      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: backport | |
| on: | |
| pull_request_target: | |
| types: [closed, labeled] | |
| permissions: read-all | |
| jobs: | |
| backport: | |
| permissions: | |
| contents: write # for reading and creating branches. | |
| pull-requests: write # for creating pull requests against release branches. | |
| uses: fluxcd/gha-workflows/.github/workflows/[email protected] | |
| secrets: | |
| github-token: ${{ secrets.BOT_GITHUB_TOKEN }} |