From d75a5dfc880a67c400a1465f15ea5cec0dca3d88 Mon Sep 17 00:00:00 2001 From: "Tan, Kian-ting" Date: Mon, 4 Sep 2023 22:14:48 +0800 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d920dae..4f979a6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,7 +20,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.0.0 with: ref: ${{ github.head_ref }} - uses: actions/cache@v3.0.3 -- 2.39.2