Skip to content

Commit 7427a09

Browse files
authored
Merge pull request #86 from dorssel/dependabot/github_actions/actions/setup-dotnet-5.4.0
Bump actions/setup-dotnet from 5.3.0 to 5.4.0
2 parents 9e9b143 + 54effa1 commit 7427a09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
languages: csharp
4343

4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
45+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
4646
with:
4747
cache: true
4848
cache-dependency-path: |

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Setup .NET
42-
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
42+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
4343
with:
4444
cache: true
4545
cache-dependency-path: |

0 commit comments

Comments
 (0)