We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c8270 commit dd307d7Copy full SHA for dd307d7
.github/actions/setup/action.yml
@@ -17,7 +17,7 @@ runs:
17
yq-url: 'https://github.com/mikefarah/yq/releases/download/v{version}/yq_{platform}_{arch}'
18
19
- name: Set up Python 3.12
20
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
21
with:
22
python-version: '3.12'
23
cache: 'pip'
0 commit comments