We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d539f6 + e95c9cf commit d31dbc6Copy full SHA for d31dbc6
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Setup .NET Core
13
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
14
with:
15
dotnet-version: 9.0.x
16
- name: Build EFCoreSecondLevelCacheInterceptor lib
.github/workflows/codeql.yml
@@ -64,7 +64,7 @@ jobs:
64
# - name: Autobuild
65
# uses: github/codeql-action/autobuild@v3
66
- name: Setup .NET
67
68
69
70
- name: Build
0 commit comments