From bd29bbd640b61b7db53023f27e0d8926ce67b136 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R" Date: Sat, 4 Feb 2023 17:03:38 -0700 Subject: [PATCH] Closes scharlton2/vtk-ci-example#1 * actions/checkout@v2 -> actions/checkout@v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f1e2d8..e075e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: 'source' fetch-depth: 0