From 8c1099b4342b7c69cc9201da246fa99d32b01bd1 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Tue, 25 Jul 2023 14:48:49 -0400 Subject: [PATCH] Update GitHub Actions versions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 916bd02c1..d88f354f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up system run: bin/before_install - name: Set up Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: ${{ !env.ACT && 'yarn' || '' }}