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
parent
commit
2662ce7598
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/dotnet.yml
  2. 2
      .github/workflows/nuget.yml

2
.github/workflows/dotnet.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

2
.github/workflows/nuget.yml

@ -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

Loading…
Cancel
Save