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.
1 parent 56d0d78 commit db9f9e7Copy full SHA for db9f9e7
.github/workflows/infer.yml
@@ -14,9 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Setup .NET Core
19
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v4
20
with:
21
dotnet-version: 9.0.x
22
- name: Install dependencies
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet build --configuration Release --no-restore
26
27
- name: Run Infer#
28
- uses: microsoft/infersharpaction@v1.4
+ uses: microsoft/infersharpaction@v1.5
29
id: runinfersharp
30
31
binary-path: BitFaster.Caching/bin
0 commit comments