From eeb5206c157e7d152c48be040437e6fa81daca9f Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:43:08 -0600 Subject: [PATCH] Change uses order --- .github/workflows/deploy-sandbox.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-sandbox.yaml b/.github/workflows/deploy-sandbox.yaml index a50abc421..a6b315d6b 100644 --- a/.github/workflows/deploy-sandbox.yaml +++ b/.github/workflows/deploy-sandbox.yaml @@ -38,10 +38,10 @@ jobs: runs-on: ubuntu-latest needs: [variables] steps: + - uses: actions/checkout@v3 - uses: actions/setup-node@v4 with: node-version: '23.0.0-nightly202404297c3dce0e4f' - - uses: actions/checkout@v3 - name: Compile USWDS assets working-directory: ./src run: |