From b5a6b9b5a96c486fc0bf9dba54d903b752b2f659 Mon Sep 17 00:00:00 2001 From: Ziga Date: Sat, 28 Jan 2023 20:08:27 +0100 Subject: [PATCH] Updated workflow --- .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 2bdc1e8..7d08929 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16