From 02c4c593b91bffb36afd1fe031eb890bc01b5dde Mon Sep 17 00:00:00 2001 From: Alex Peck Date: Fri, 14 Feb 2025 20:00:50 -0800 Subject: [PATCH] update infer --- .github/workflows/infer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/infer.yml b/.github/workflows/infer.yml index 8b139041..37facd8e 100644 --- a/.github/workflows/infer.yml +++ b/.github/workflows/infer.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4 with: dotnet-version: 9.0.x - name: Install dependencies @@ -25,7 +25,7 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Run Infer# - uses: microsoft/infersharpaction@v1.4 + uses: microsoft/infersharpaction@v1.5 id: runinfersharp with: binary-path: BitFaster.Caching/bin