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 }}