diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-26 13:12:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 13:12:17 -0600 |
| commit | c90f4cd522fba58ca2b1df8cbae816111f828dc8 (patch) | |
| tree | d2a41213af632a14cdd0db0f5cb61cc2374e6dc7 | |
| parent | f5af38b8a4a24089c1de17e89f8e392ecea63856 (diff) | |
chore(deps): update actions/setup-python action to v5.1.0 (#11221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -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 b553db6e2..e53234641 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@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: '3.12' cache: 'pip' |
