commit 6066f932dde9b44548277e4fd7597cc431a144f5 parent c14f7295e0804c13b0d348f105dc0181ef457d4b Author: David Eisinger <[email protected]> Date: Thu, 26 Sep 2024 09:50:32 -0400 Update checkout step version Diffstat:
| M | .github/workflows/deploy.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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