From 14f4f16f58571b1fc6dbbb29a7f1ae10fe0de4be Mon Sep 17 00:00:00 2001 From: Keith Carangelo Date: Tue, 21 May 2024 15:50:05 -0400 Subject: [PATCH] Upgrade to actions/checkout@v4 and actions/setup-python@v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 644ee1ec7..11d82b0da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: '3.10' - name: Build documentation run: make htmldoc