From 6066f932dde9b44548277e4fd7597cc431a144f5 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 26 Sep 2024 09:50:32 -0400 Subject: [PATCH] Update checkout step version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 18cde94..8f5343e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0