Skip to content

Commit d31dbc6

Browse files
authored
Merge pull request #260 from VahidN/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 3d539f6 + e95c9cf commit d31dbc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Setup .NET Core
13-
uses: actions/setup-dotnet@v3
13+
uses: actions/setup-dotnet@v4
1414
with:
1515
dotnet-version: 9.0.x
1616
- name: Build EFCoreSecondLevelCacheInterceptor lib

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# - name: Autobuild
6565
# uses: github/codeql-action/autobuild@v3
6666
- name: Setup .NET
67-
uses: actions/setup-dotnet@v3
67+
uses: actions/setup-dotnet@v4
6868
with:
6969
dotnet-version: 9.0.x
7070
- name: Build

0 commit comments

Comments
 (0)