We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a72179 commit d79a8b1Copy full SHA for d79a8b1
2 files changed
.github/actions/setup-maestro/action.yaml
@@ -1,7 +1,7 @@
1
-name: 'Setup Maestro'
2
-description: 'Install and cache Maestro'
+name: "Setup Maestro"
+description: "Install and cache Maestro"
3
runs:
4
- using: 'composite'
+ using: "composite"
5
steps:
6
- name: "Cache Maestro"
7
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
.github/actions/setup-python/action.yaml
@@ -5,6 +5,6 @@ runs:
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
8
- python-version: '3.x'
+ python-version: '3.12'
9
- run: pip install PyYAML httplib2
10
shell: bash
0 commit comments