From 79e1443f32f54adee682c67d107b86228381e7de Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Tue, 26 Dec 2023 21:59:19 -0500 Subject: [PATCH] chore: bump github actions to latest --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4fdf39..16c2dd4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,10 +8,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install NodeJS - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 20.x @@ -20,7 +20,7 @@ jobs: - name: Cache build context id: cache-node - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.npm