Skip to content

Commit 5cb2f09

Browse files
authored
Upgrade Python setup action to version 5
1 parent e6ec3df commit 5cb2f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.13'
2222

0 commit comments

Comments
 (0)