From cd0c83d2492446e03f1e58b79ed31bc73c024f22 Mon Sep 17 00:00:00 2001 From: rythorpe Date: Mon, 22 Jul 2024 04:00:36 -0400 Subject: [PATCH] MAINT: update GH actions workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1209f09..6e01720 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: