Skip to content

Commit

Permalink
Merge pull request #526 from jellyfin/renovate/actions-setup-dotnet-d…
Browse files Browse the repository at this point in the history
…igest

Update actions/setup-dotnet digest to 87b7050
  • Loading branch information
Bond-009 authored Dec 27, 2024
2 parents 51938d4 + 64e2c95 commit e2a35a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: git fetch --tags

- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4
with:
dotnet-version: 7.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4
with:
dotnet-version: 7.0.x

Expand Down

0 comments on commit e2a35a6

Please sign in to comment.