Skip to content

Commit cf89c46

Browse files
authored
Merge pull request #1058 from onekey-sec/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5
2 parents 4fb9a53 + 6bd4bbe commit cf89c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
shell: bash
1515

1616
- name: Setup Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ inputs.python-version }}
2020

0 commit comments

Comments
 (0)