diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-07-10 17:18:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 17:18:58 +0000 |
| commit | cab9fa1ae6df2aeb2b2af5bf1b5de06e46d48d11 (patch) | |
| tree | 5fa0cd4bf845fee384741a190f75a7f5b261919d /.github/workflows/issue-template-check.yml | |
| parent | f62af90ae38c0941d011390fd8a1ae407a5eb107 (diff) | |
Update actions/setup-python action to v5.1.1
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 f73b2c429..6172455c2 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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: '3.12' cache: 'pip' |
