From 707b18ec821a37b522a8e3bad1a34dd1776b18a5 Mon Sep 17 00:00:00 2001 From: Benjamin Curtis Date: Tue, 15 Oct 2024 05:47:04 -0700 Subject: [PATCH] Revert "Bump GitHub Actions dependencies" This reverts commit 758525e49a407240feb96acd847757124a1d67c2. --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0768ec9..b8403c0 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -31,10 +31,10 @@ jobs: steps: - name: Check out ${{ github.ref }} - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}