Skip to content

Commit 6be427e

Browse files
committed
chore(deps): update actions/setup-python action to v6
1 parent ec41f4e commit 6be427e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout sources
1414
uses: actions/checkout@v4
15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1616
with:
1717
python-version: '3.11'
1818
cache: 'pip'

0 commit comments

Comments
 (0)