From 1a2a868af9adee1efa47d14ffb8fd164bd55f78c Mon Sep 17 00:00:00 2001 From: performance Date: Wed, 20 Dec 2023 18:45:13 -0800 Subject: [PATCH] changed to actions/checkout@v4 Assuming this will help fix the deploy to gh pages action failing., --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 32502aa4..f207f42e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v1 - name: Upload artifact