From 50658b0e99da172523ebdd35d648bfe5ef50e8f9 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Wed, 6 Dec 2023 05:23:02 -0600 Subject: [PATCH] update gh actions --- .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 4b2d5fb4c..b86d9b658 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.1 + uses: actions/setup-python@v5.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Install requirements