From f5ac1e9a9be878f464523f24dd261cd9d6bdf919 Mon Sep 17 00:00:00 2001 From: Patrick Rodgers Date: Wed, 28 Feb 2024 09:00:22 -0500 Subject: [PATCH] Update v4_merge.yml --- .github/workflows/v4_merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/v4_merge.yml b/.github/workflows/v4_merge.yml index c40ee2470..f0ad5e384 100644 --- a/.github/workflows/v4_merge.yml +++ b/.github/workflows/v4_merge.yml @@ -15,12 +15,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'