Skip to content

Commit 26e0ca0

Browse files
authored
Apply suggestion from @amuraru
1 parent 8a1bd87 commit 26e0ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set up Python
8585
uses: actions/setup-python@v5
8686
with:
87-
python-version: '3.14' # Use 3.13 until bandit supports 3.14
87+
python-version: '3.13' # Use 3.13 until bandit supports 3.14
8888

8989
- name: Install security tools
9090
run: |

0 commit comments

Comments
 (0)