Skip to content

Commit db9f9e7

Browse files
authored
update infer (#674)
1 parent 56d0d78 commit db9f9e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/infer.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v2
19+
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: 9.0.x
2222
- name: Install dependencies
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet build --configuration Release --no-restore
2626

2727
- name: Run Infer#
28-
uses: microsoft/infersharpaction@v1.4
28+
uses: microsoft/infersharpaction@v1.5
2929
id: runinfersharp
3030
with:
3131
binary-path: BitFaster.Caching/bin

0 commit comments

Comments
 (0)