From e70f74b49d3c8e4657114f888a77c7be6a2db9b6 Mon Sep 17 00:00:00 2001 From: Patrick Rodgers Date: Wed, 28 Feb 2024 09:00:51 -0500 Subject: [PATCH] Update v4_pull_request.yml --- .github/workflows/v4_pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/v4_pull_request.yml b/.github/workflows/v4_pull_request.yml index c76769f3e..a11976bc2 100644 --- a/.github/workflows/v4_pull_request.yml +++ b/.github/workflows/v4_pull_request.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-latest steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: version-4 # setup nodejs - name: Use Node.js 18 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 registry-url: 'https://registry.npmjs.org'