Skip to content

Commit 355c8cb

Browse files
authored
Merge pull request #542 from jellyfin/renovate/actions-setup-dotnet-5.x
Update actions/setup-dotnet action to v5
2 parents ea77df4 + eae45bb commit 355c8cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: git fetch --tags
2222

2323
- name: Setup .NET
24-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
24+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
2525
with:
2626
dotnet-version: 7.0.x
2727

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# We do not need to fetch tags, as we're already at a tagged build - it should be available automatically
1919

2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
21+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
2222
with:
2323
dotnet-version: 7.0.x
2424

0 commit comments

Comments
 (0)