From f3eb5c88f6e7d118cf9a9761a38866e85a59b284 Mon Sep 17 00:00:00 2001 From: eberrigan Date: Fri, 31 May 2024 11:04:00 -0700 Subject: [PATCH] update checkout to v4 in website build --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1701c4688..3672a994f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -21,7 +21,7 @@ jobs: steps: # Setup - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Miniconda # https://github.com/conda-incubator/setup-miniconda