Browse Source
Merge pull request #531 from jellyfin/renovate/actions-setup-dotnet-digest
Update actions/setup-dotnet digest to 67a3573
master
Bond-009
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
.github/workflows/dotnet.yml
-
.github/workflows/nuget.yml
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
|
- run: git fetch --tags |
|
|
|
|
|
|
|
- name: Setup .NET |
|
|
|
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4 |
|
|
|
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4 |
|
|
|
with: |
|
|
|
dotnet-version: 7.0.x |
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
# We do not need to fetch tags, as we're already at a tagged build - it should be available automatically |
|
|
|
|
|
|
|
- name: Setup .NET |
|
|
|
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4 |
|
|
|
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4 |
|
|
|
with: |
|
|
|
dotnet-version: 7.0.x |
|
|
|
|
|
|
|