diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-05 11:10:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-05 11:10:36 +0200 |
| commit | bc28dc11c0bed9e8ed279219af4ae7b5d7e8d938 (patch) | |
| tree | f51f06603c498ca640fdddd38270097b1dc67522 /.github/workflows/commands.yml | |
| parent | d9eaeed61dd95c730e8d14a9ed79d68b2f62ac69 (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/commands.yml')
| -rw-r--r-- | .github/workflows/commands.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 261c179af..68715897d 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -44,7 +44,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' |
