Skip to content

Commit dd307d7

Browse files
authored
Upgrade setup-python to v5
1 parent 21c8270 commit dd307d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
yq-url: 'https://github.com/mikefarah/yq/releases/download/v{version}/yq_{platform}_{arch}'
1818

1919
- name: Set up Python 3.12
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.12'
2323
cache: 'pip'

0 commit comments

Comments
 (0)