Skip to content

Commit e0c4ea7

Browse files
authored
chore: Update setup-python action to specific commit
Signed-off-by: Andrew Brandt <[email protected]>
1 parent e28a5f7 commit e0c4ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-poetry-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: "composite"
1212
steps:
1313
- name: Set up python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1515
with:
1616
python-version: ${{ inputs.python-version }}
1717

0 commit comments

Comments
 (0)