From f5221d521bc69b40d91e22eeb9b6bc10e8196d1e Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Mon, 8 Jul 2024 01:56:25 -0700 Subject: [PATCH] ci: upgrade gh actions checkout and setup-node to v4 (#8168) fix: usage of `node12 which is deprecated` --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ecf2ca2f8..ac66fe1adc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,9 +9,9 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Node.js 18.x - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Install and test