chore(deps): bump github.com/moby/buildkit from 0.13.0-beta3 to 0.24.0-rc2 in /internal/mage #386
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: Engine & CLI lint | |
| on: | |
| push: | |
| branches: ["main"] | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| - ready_for_review | |
| # Enable manual trigger for easy debugging | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| lint: | |
| uses: ./.github/workflows/_hack_make.yml | |
| secrets: inherit | |
| with: | |
| mage-targets: engine:lint |