From 81ad58320bc6b536d4e10063826a75072a42eb92 Mon Sep 17 00:00:00 2001 From: Christian Gendreau Date: Tue, 17 Sep 2024 14:07:36 -0400 Subject: [PATCH] Update build_deploy_specs.yml --- .github/workflows/build_deploy_specs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_deploy_specs.yml b/.github/workflows/build_deploy_specs.yml index fda418a..dcdf8d6 100644 --- a/.github/workflows/build_deploy_specs.yml +++ b/.github/workflows/build_deploy_specs.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: '14'