Skip to content

Commit

Permalink
Update actions/setup-python action to v5 (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 33b90e7 commit c0445f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-blueprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: pip3 install yamale ruamel.yaml
- run: wget https://raw.githubusercontent.com/thecloudsphere/tcsctl/main/tcsctl/schemas/schema.blueprint.yaml
- run: find blueprints -name .tcs.yaml | xargs -n1 yamale -s schema.blueprint.yaml -p ruamel

0 comments on commit c0445f9

Please sign in to comment.