From 6f18b8a072f17d40cc5709e9223052761a4441c7 Mon Sep 17 00:00:00 2001 From: "d.strigo" Date: Wed, 15 Feb 2023 14:40:33 +0100 Subject: [PATCH] fix: update github actions --- .github/workflows/azureCliDeploy.yml | 10 +++++----- .github/workflows/docsDeploy.yml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/azureCliDeploy.yml b/.github/workflows/azureCliDeploy.yml index d7439c63..f57b0475 100644 --- a/.github/workflows/azureCliDeploy.yml +++ b/.github/workflows/azureCliDeploy.yml @@ -9,12 +9,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Use Node.js 12 - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - name: Use Node.js 14 + uses: actions/setup-node@v3 with: - node-version: '12' - - uses: actions/checkout@v2 + node-version: 14.15.0 + - uses: actions/checkout@v3 with: ref: demo - name: npm install, build diff --git a/.github/workflows/docsDeploy.yml b/.github/workflows/docsDeploy.yml index 2a511672..ea325014 100644 --- a/.github/workflows/docsDeploy.yml +++ b/.github/workflows/docsDeploy.yml @@ -12,11 +12,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Use Node.js 12.x - uses: actions/setup-node@v2 + - name: Use Node.js 14.x + uses: actions/setup-node@v3 with: - node-version: '12' - - uses: actions/checkout@v2 + node-version: 14.15.0 + - uses: actions/checkout@v3 with: ref: demo - name: Deploy