From db7a310ee7405a910fbedb6b09741d55bc751314 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 14 Feb 2023 01:31:09 +0100 Subject: [PATCH] Update actions/checkout + actions/setup-node in CI to v3 --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 45b4ad19b..5ee71ce5c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,9 +21,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'npm'