From 8dd8aa49723f83506ec4f73aab84c3f0075cceb0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Feb 2021 05:22:21 +0000 Subject: [PATCH] chore(deps): update bahmutov/npm-install action to v1.7.1 --- .github/workflows/build.yml | 2 +- .github/workflows/dist.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21ad3c6..9417ef6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - - uses: bahmutov/npm-install@v1.4.5 + - uses: bahmutov/npm-install@v1.7.1 - name: create test file run: echo "This is a test for ${{ github.sha }} by ${{ github.run_id }}" > test.md - name: run cli test diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 5b70a60..3b24f22 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ github.head_ref }} repository: ${{ env.repository }} token: ${{ secrets.PAT }} - - uses: bahmutov/npm-install@v1.4.5 + - uses: bahmutov/npm-install@v1.7.1 - name: running ncc run: yarn run ncc build action.js - name: creating pull request