From 819e1f7bab75b7d65759ee1d80119071215068f4 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Tue, 1 Oct 2024 15:47:20 -0700 Subject: [PATCH] update action/checkout fix #416 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 48afafdd..b6b827a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: python-version: 3.11 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # More info on options: https://github.com/conda-incubator/setup-miniconda - uses: mamba-org/setup-micromamba@main