Merge pull request #490 from jellyfin/renovate/actions-checkout-digest

Update actions/checkout digest to 0ad4b8f
This commit is contained in:
Tim Eisele 2024-04-25 23:46:01 +02:00 committed by GitHub
commit 296a515483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 50
- run: git fetch --tags

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
# We do not need to fetch tags, as we're already at a tagged build - it should be available automatically
- name: Setup .NET