From c04c2366ddf80635d2e176f0aca1a41bd9b3c5cc Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 9 Feb 2024 00:28:17 +0000 Subject: [PATCH] GitHub deprecates basic shit yet again... --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca1dd65..0f86c2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,12 +37,12 @@ jobs: continue-on-error: ${{ matrix.experimental }} steps: - name: Install Python ${{ matrix.python }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Checkout nobodd - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: |