Skip to content

Commit bdf0c1f

Browse files
authored
Update .github/workflows/ci.yaml
1 parent 5cc9585 commit bdf0c1f

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@v6
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)