From db2794d25cf9d394eecdbe5061209a0585e07962 Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Fri, 21 Jun 2024 10:52:16 -0400 Subject: [PATCH] MAINT: Fixed checkout@v4 statement --- .github/workflows/macos_unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_unit_tests.yml b/.github/workflows/macos_unit_tests.yml index 27a55eb09..a643bd42c 100644 --- a/.github/workflows/macos_unit_tests.yml +++ b/.github/workflows/macos_unit_tests.yml @@ -16,7 +16,7 @@ python-version: [3.8] steps: - - uses: actions/checkout@4 + - uses: actions/checkout@v4 - name: Install Ubuntu System dependencies if: matrix.os == 'ubuntu-latest'