Skip to content

Commit 6799594

Browse files
authored
Merge pull request #259 from SamSmithNZ-dotcom/dependabot/github_actions/actions/setup-dotnet-5.0.0
Bump actions/setup-dotnet from 4.3.1 to 5.0.0
2 parents 2134885 + 0169b77 commit 6799594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4040

4141
- name: Setup .NET
42-
uses: actions/setup-dotnet@v4.3.1
42+
uses: actions/setup-dotnet@v5.0.0
4343
with:
4444
dotnet-version: 9.0.x
4545

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- uses: actions/checkout@v5
3535
- name: Setup .NET
36-
uses: actions/setup-dotnet@v4.3.1
36+
uses: actions/setup-dotnet@v5.0.0
3737
with:
3838
dotnet-version: 9.0.x
3939
- name: Test

0 commit comments

Comments
 (0)