From ce8ea9a55637af0e2c399c9c309b3b038db2046b Mon Sep 17 00:00:00 2001 From: mcflugen Date: Thu, 10 Oct 2024 11:01:59 -0600 Subject: [PATCH] update actions versions in docs workflow --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a666667..eab8dee 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,8 +34,8 @@ jobs: shell: bash -l {0} steps: - - uses: actions/checkout@v3 - - uses: conda-incubator/setup-miniconda@v2 + - uses: actions/checkout@v4 + - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true python-version: "3.11"