From c766e7fa31fa49cc59e2e0286987976395043ad4 Mon Sep 17 00:00:00 2001 From: Andrew Hearin Date: Mon, 5 Aug 2024 07:04:25 -0500 Subject: [PATCH] Update ci_tests.yml to use checkout@v4 --- .github/workflows/ci_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 873dd0eed..c3fcec20e 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -40,11 +40,11 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up python ${{ matrix.python }} on ${{ matrix.os }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install base dependencies