Skip to content

Commit cebb9e7

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 75e5c4d commit cebb9e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: 'npm'
3737

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

.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)