From cca219007a6b088f6cecec3ab9f2df2f650b14b9 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 21 Oct 2023 08:07:27 -0500 Subject: [PATCH] actions deps --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d5a8d049a..10ba723eb 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -65,7 +65,7 @@ jobs: - name: Check out the repository uses: actions/checkout@v4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.7.1 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Install requirements