Merge pull request #876 from jellyfin/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
Odd Stråbø 2024-06-10 13:36:16 +02:00 committed by GitHub
commit cad70a7858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,5 +68,5 @@ jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: psf/black@stable - uses: psf/black@stable