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

Update actions/checkout action to v4.2.2
This commit is contained in:
Odd Stråbø 2024-11-18 01:26:58 +01:00 committed by GitHub
commit 0b068e8cc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.26.8