From 63bf21f726e7f4dc63eede759826c10c70bfa849 Mon Sep 17 00:00:00 2001 From: Peter <34331512+pmaytak@users.noreply.github.com> Date: Sun, 5 Jan 2025 05:36:07 -0800 Subject: [PATCH] Update setup dotnet action (#5048) --- .github/workflows/benchmark-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-action.yml b/.github/workflows/benchmark-action.yml index 4ee2096e17..4d4fd96022 100644 --- a/.github/workflows/benchmark-action.yml +++ b/.github/workflows/benchmark-action.yml @@ -24,7 +24,7 @@ jobs: egress-policy: audit - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - - uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 + - uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.418' - name: Run benchmark