From 7206e33ab83d0df2f8cc6c043f47e0e91d9bf96d Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Tue, 24 Oct 2023 09:55:55 -0400 Subject: [PATCH] update actions/checkout to v4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b047377a..54147a822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: "3.x" @@ -32,7 +32,7 @@ jobs: python-version: [3.9, "3.10"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: mamba-org/provision-with-micromamba@v15 with: @@ -43,7 +43,7 @@ jobs: - run: pip install -e .[test] - run: conda env export - + - uses: supercharge/redis-github-action@1.4.0 with: redis-version: 5.0