diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-09 10:20:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-09 10:20:29 +0000 |
| commit | 8ab1fecb70b5dd8175f124223a1a41f8974bbb9b (patch) | |
| tree | 5b5802dfdd8578ad184d0e6f1495870df59f71ce /.github/workflows/issue-template-check.yml | |
| parent | 07d31c6ba51bdbacb0be4ff5631e4567d7ea6980 (diff) | |
Update CI dependencies
Diffstat (limited to '.github/workflows/issue-template-check.yml')
| -rw-r--r-- | .github/workflows/issue-template-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue-template-check.yml b/.github/workflows/issue-template-check.yml index 0c4115888..b49647d33 100644 --- a/.github/workflows/issue-template-check.yml +++ b/.github/workflows/issue-template-check.yml @@ -16,7 +16,7 @@ jobs: - name: install python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: - python-version: '3.13' + python-version: '3.14' cache: 'pip' - name: install python packages run: pip install -r main-repo-triage/requirements.txt |
