From 69eeeb212a44fcdadfdc47c10eb39e1764ce5f41 Mon Sep 17 00:00:00 2001 From: Jacob Kagon Date: Thu, 16 Jan 2025 15:39:19 -0500 Subject: [PATCH] upgrade to v4 --- .github/workflows/rspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index a1c39051..78a4f108 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -29,12 +29,12 @@ jobs: key: v2-${{ runner.os }}-gems-fdsh_gateway-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/Gemfile' ) }} restore-keys: | v2-${{ runner.os }}-gems-fdsh_gateway-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/Gemfile' ) }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node4 with: node-version: '14.x' - name: Restore Node Modules id: npm-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-node_v14_modules-${{ hashFiles('yarn.lock') }}