From ae80bacc9531d969e3b7ba6e3bd919afc83c99d0 Mon Sep 17 00:00:00 2001 From: Priyavadan Kumar Date: Wed, 15 Jan 2025 08:30:26 -0600 Subject: [PATCH] Update regression_tests.yml to actions/checkout@v4 --- .github/workflows/regression_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_tests.yml b/.github/workflows/regression_tests.yml index 2651bedf..e13776df 100644 --- a/.github/workflows/regression_tests.yml +++ b/.github/workflows/regression_tests.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: