From 326b58d8018f71aceaf1389df3f3984df6793f85 Mon Sep 17 00:00:00 2001 From: Dan Foreman-Mackey Date: Tue, 16 Apr 2024 11:54:07 -0400 Subject: [PATCH] Update setup-python action to v5 (#323) --- .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 4be3a0a2..4442b087 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 name: Install Python with: python-version: ${{ matrix.python-version }}