From d02ffd443ad9714f754aaed40b6f5adc5075b535 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 3 Sep 2023 07:06:57 -0600 Subject: [PATCH] Update PR 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 3b094ca90..6b4739abb 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@v3 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Install requirements