From 74fe7a69b313c4ced266f431883b4a0d6a661635 Mon Sep 17 00:00:00 2001 From: "Charlotte St. John" Date: Thu, 25 Jun 2026 18:29:39 -0500 Subject: [PATCH] ci: migrate runs-on to Twilio runner labels + SHA-pin actions --- .github/workflows/nuget-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget-deploy.yml b/.github/workflows/nuget-deploy.yml index 66e7c1968..26c51e6f3 100644 --- a/.github/workflows/nuget-deploy.yml +++ b/.github/workflows/nuget-deploy.yml @@ -4,11 +4,11 @@ on: branches: [main] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Pack nuget package working-directory: ./src/Segment.PublicApi run: dotnet pack -c Release