From 4bcd534c715635d2d78ecb7604bdc8fb22820d83 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:00:15 -0400 Subject: [PATCH] Update update-testing-files.yml --- .github/workflows/update-testing-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-testing-files.yml b/.github/workflows/update-testing-files.yml index 40be088e2..c3ee466fd 100644 --- a/.github/workflows/update-testing-files.yml +++ b/.github/workflows/update-testing-files.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: git fetch --prune --unshallow --tags - name: Setup Python uses: actions/setup-python@v2