From c46eda7b27f96568c37663e0772b68fad5ea5b9d Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Sat, 13 Jan 2024 18:05:58 -0500 Subject: [PATCH] ci:checkout --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36c3ab1..4930f25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: python-version: [3.9, 3.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}