From a4d613acb6ef3d7775b82593296287ec4a512f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:11:57 +0000 Subject: [PATCH] Bump bduff9/use-npmrc from 1.1 to 1.3 Bumps [bduff9/use-npmrc](https://github.com/bduff9/use-npmrc) from 1.1 to 1.3. - [Release notes](https://github.com/bduff9/use-npmrc/releases) - [Commits](https://github.com/bduff9/use-npmrc/compare/v1.1...v1.3) --- updated-dependencies: - dependency-name: bduff9/use-npmrc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-master.yml | 4 ++-- .github/workflows/deploy-prod.yml | 4 ++-- .github/workflows/gate-keep.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-master.yml b/.github/workflows/deploy-master.yml index 84d3ebc..8587ab7 100644 --- a/.github/workflows/deploy-master.yml +++ b/.github/workflows/deploy-master.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3 - name: Setup .npmrc - uses: bduff9/use-npmrc@v1.1 + uses: bduff9/use-npmrc@v1.3 with: dot-npmrc: ${{ secrets.DOT_NPMRC }} @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v3 - name: Setup .npmrc - uses: bduff9/use-npmrc@v1.1 + uses: bduff9/use-npmrc@v1.3 with: dot-npmrc: ${{ secrets.DOT_NPMRC }} diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 31c66be..9bd04b1 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -35,7 +35,7 @@ jobs: cache: 'npm' - name: Setup .npmrc - uses: bduff9/use-npmrc@v1.1 + uses: bduff9/use-npmrc@v1.3 with: dot-npmrc: ${{ secrets.DOT_NPMRC }} @@ -58,7 +58,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} cache: 'npm' - name: Setup .npmrc - uses: bduff9/use-npmrc@v1.1 + uses: bduff9/use-npmrc@v1.3 with: dot-npmrc: ${{ secrets.DOT_NPMRC }} diff --git a/.github/workflows/gate-keep.yml b/.github/workflows/gate-keep.yml index a2065ba..b852335 100644 --- a/.github/workflows/gate-keep.yml +++ b/.github/workflows/gate-keep.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 - name: Setup .npmrc - uses: bduff9/use-npmrc@v1.1 + uses: bduff9/use-npmrc@v1.3 with: dot-npmrc: ${{ secrets.DOT_NPMRC }} @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v3 - name: Setup .npmrc - uses: bduff9/use-npmrc@v1.1 + uses: bduff9/use-npmrc@v1.3 with: dot-npmrc: ${{ secrets.DOT_NPMRC }}