mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-26 23:30:23 +00:00
Update actions/setup-dotnet digest to 3e891b0
This commit is contained in:
parent
fafb1c5204
commit
d0442b8a2f
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- run: git fetch --tags
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
|
||||
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
|
2
.github/workflows/nuget.yml
vendored
2
.github/workflows/nuget.yml
vendored
@ -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@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
|
||||
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user