From 22a745949d4307ff6cae8c9478817a41c8cc72f1 Mon Sep 17 00:00:00 2001 From: Aditya Mahajan Date: Fri, 9 Feb 2024 23:05:43 +0100 Subject: [PATCH] Updating actions --- .github/workflows/quarto-render.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarto-render.yml b/.github/workflows/quarto-render.yml index c8596b97..47ca093c 100644 --- a/.github/workflows/quarto-render.yml +++ b/.github/workflows/quarto-render.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0