aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/issue-template-check.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-09-05 11:10:36 +0200
committerGitHub <noreply@github.com>2025-09-05 11:10:36 +0200
commitbc28dc11c0bed9e8ed279219af4ae7b5d7e8d938 (patch)
treef51f06603c498ca640fdddd38270097b1dc67522 /.github/workflows/issue-template-check.yml
parentd9eaeed61dd95c730e8d14a9ed79d68b2f62ac69 (diff)
Update actions/setup-python action to v6 (#14740)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/issue-template-check.yml')
-rw-r--r--.github/workflows/issue-template-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue-template-check.yml b/.github/workflows/issue-template-check.yml
index 707c77279..0c4115888 100644
--- a/.github/workflows/issue-template-check.yml
+++ b/.github/workflows/issue-template-check.yml
@@ -14,7 +14,7 @@ jobs:
with:
repository: jellyfin/jellyfin-triage-script
- name: install python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.13'
cache: 'pip'