diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-08-29 09:28:00 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 09:28:00 -0600 |
| commit | 84bbe86fd2b9877df7a130ce183e4105ac822010 (patch) | |
| tree | 25f818e911ae781d1f4f941a7404f9d91c4f4613 /.github/workflows/issue-template-check.yml | |
| parent | d61ed2d9a6a76d2122176f34cf4c505f66a15547 (diff) | |
Update CI dependencies (#12538)
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.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 6172455c2..d89076595 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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.12' cache: 'pip' |
