From 15ec8ba6a3fe5cec526fcdf1992296a1022c0f45 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 19 Oct 2022 08:58:14 -0500 Subject: [PATCH] Whoops --- .github/workflows/main_matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index a841850b6..91a77b968 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -112,7 +112,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Setup Python - uses: actions/setup-python + uses: actions/setup-python@v4 with: python-version: 3.x