Bump docker/setup-buildx-action from 79abd3f86f79a9d68a23c75a09a9a85889262adf to 460e45646ded27e46146cedd75d922e7fd9ef69f #30
Workflow file for this run
This file contains 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: MCVS-PR-validation-action | |
"on": | |
pull_request: | |
types: | |
- edited | |
- opened | |
- reopened | |
- synchronize | |
workflow_call: | |
jobs: | |
MCVS-PR-validation-action: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: schubergphilis/[email protected] |