Skip to content

Commit 253d760

Browse files
Bump bduff9/use-npmrc from 1.1 to 1.2
Bumps [bduff9/use-npmrc](https://github.com/bduff9/use-npmrc) from 1.1 to 1.2. - [Release notes](https://github.com/bduff9/use-npmrc/releases) - [Commits](bduff9/use-npmrc@v1.1...v1.2) --- updated-dependencies: - dependency-name: bduff9/use-npmrc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 386eca9 commit 253d760

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v3
3030

3131
- name: Setup .npmrc
32-
uses: bduff9/use-npmrc@v1.1
32+
uses: bduff9/use-npmrc@v1.2
3333
with:
3434
dot-npmrc: ${{ secrets.DOT_NPMRC }}
3535

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: 'npm'
3636

3737
- name: Setup .npmrc
38-
uses: bduff9/use-npmrc@v1.1
38+
uses: bduff9/use-npmrc@v1.2
3939
with:
4040
dot-npmrc: ${{ secrets.DOT_NPMRC }}
4141

@@ -58,7 +58,7 @@ jobs:
5858
node-version: ${{ env.NODE_VERSION }}
5959
cache: 'npm'
6060
- name: Setup .npmrc
61-
uses: bduff9/use-npmrc@v1.1
61+
uses: bduff9/use-npmrc@v1.2
6262
with:
6363
dot-npmrc: ${{ secrets.DOT_NPMRC }}
6464

.github/workflows/gate-keep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Setup .npmrc
26-
uses: bduff9/use-npmrc@v1.1
26+
uses: bduff9/use-npmrc@v1.2
2727
with:
2828
dot-npmrc: ${{ secrets.DOT_NPMRC }}
2929

@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v3
4848

4949
- name: Setup .npmrc
50-
uses: bduff9/use-npmrc@v1.1
50+
uses: bduff9/use-npmrc@v1.2
5151
with:
5252
dot-npmrc: ${{ secrets.DOT_NPMRC }}
5353

0 commit comments

Comments
 (0)