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

Update actions/checkout digest to b4ffde6
This commit is contained in:
Tim Eisele 2023-10-19 14:54:07 +02:00 committed by GitHub
commit fc4f9718be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 50
- run: git fetch --tags

View File

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