mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2025-02-17 03:57:47 +00:00
Update actions/setup-dotnet action to v4
This commit is contained in:
parent
79955e8710
commit
ccbfccb71f
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@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3
|
||||
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # 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@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3
|
||||
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user