Skip to content

Commit 4bb45ae

Browse files
authored
chore(deps): update actions/setup-python action to v6 (#92)
1 parent d5ce935 commit 4bb45ae

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
15+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1616
with:
1717
python-version: '3.11'
1818
cache: 'pip'

0 commit comments

Comments
 (0)