Skip to content

Commit d79a8b1

Browse files
committed
Resolve review findings
1 parent 0a72179 commit d79a8b1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup-maestro/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: 'Setup Maestro'
2-
description: 'Install and cache Maestro'
1+
name: "Setup Maestro"
2+
description: "Install and cache Maestro"
33
runs:
4-
using: 'composite'
4+
using: "composite"
55
steps:
66
- name: "Cache Maestro"
77
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4

.github/actions/setup-python/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ runs:
55
steps:
66
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
77
with:
8-
python-version: '3.x'
8+
python-version: '3.12'
99
- run: pip install PyYAML httplib2
1010
shell: bash

0 commit comments

Comments
 (0)