Skip to content

Commit cfd5306

Browse files
committed
ci: update setup-python version to latest
Signed-off-by: Sofia Donato Ferreira <[email protected]>
1 parent de910ae commit cfd5306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: [3.11, 3.12, 3.13]
1717
steps:
1818
- name: Setup Python
19-
uses: actions/setup-python@v5.4.0
19+
uses: actions/setup-python@v5.6.0
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)