Skip to content

Commit 54098c2

Browse files
Update actions/setup-python action to v6
1 parent 340c524 commit 54098c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install_requirements/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
shell: bash
2323

2424
- name: Setup python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828

0 commit comments

Comments
 (0)