From 00ed1ef6805bef10a6ac689575b77ae3bffcb247 Mon Sep 17 00:00:00 2001 From: Patrick Rodgers Date: Wed, 28 Feb 2024 08:59:35 -0500 Subject: [PATCH] Update v4-nightly.yml --- .github/workflows/v4-nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/v4-nightly.yml b/.github/workflows/v4-nightly.yml index 512225007..dd1f9fb58 100644 --- a/.github/workflows/v4-nightly.yml +++ b/.github/workflows/v4-nightly.yml @@ -14,12 +14,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job 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'