From 2fcbe437f2124a67c571c5f33ad8ba3eec431d30 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 19 Oct 2022 11:31:47 +0200 Subject: [PATCH] Upgrade "actions/setup-node" to non-deprecated version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c66d8567f..00029e700a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: '14.15.5' @@ -99,7 +99,7 @@ jobs: with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: '14.15.5'