From 94bf998d6e510bbd935e3030c4c52674f1688a95 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Aug 2020 22:10:53 +0000 Subject: [PATCH] chore(deps): update dependency actions/setup-node to v1.4.3 --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c7e20da..bc39622 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.1 - name: Setup node - uses: actions/setup-node@v1.4.2 + uses: actions/setup-node@v1.4.3 with: node-version: '12.x' - name: Install project diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0aadd6a..d43c837 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Fetch tags run: git fetch --tags - name: Setup node - uses: actions/setup-node@v1.4.2 + uses: actions/setup-node@v1.4.3 with: node-version: '12.x' - name: Install project @@ -89,7 +89,7 @@ jobs: git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Setup node - uses: actions/setup-node@v1.4.2 + uses: actions/setup-node@v1.4.3 with: node-version: '12.x' - name: Install project