Bump docker/setup-buildx-action from 79abd3f86f79a9d68a23c75a09a9a85889262adf to c47758b77c9736f4b2ef4073d4d51994fabfe349 #29
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] |