From 7818a7923ce3f6189137c4ab165b6e0824febe45 Mon Sep 17 00:00:00 2001 From: "trevor.nelms" Date: Mon, 6 May 2024 13:56:26 -0600 Subject: [PATCH] SBVT-2444: Upgrading the runner --- .github/workflows/linux_quick-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_quick-test.yaml b/.github/workflows/linux_quick-test.yaml index 80417a5..e6ed4c4 100644 --- a/.github/workflows/linux_quick-test.yaml +++ b/.github/workflows/linux_quick-test.yaml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Extract Branch Name and Set Test Run Name id: set-test-run-name