Skip to content

Commit 1c81b2c

Browse files
Bump actions/setup-node from v2.1.2 to v2.1.4 (yeoman#251)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.2...c46424e) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06ad8b6 commit 1c81b2c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v2
25-
- uses: actions/[email protected].2
25+
- uses: actions/[email protected].4
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm ci

.github/workflows/gh_pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Update api docs
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].2
14+
- uses: actions/[email protected].4
1515
- run: npm install -g jsdoc prettier
1616
- uses: actions/checkout@v2
1717
with:

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
path: yeoman-environment
3838

39-
- uses: actions/[email protected].2
39+
- uses: actions/[email protected].4
4040
with:
4141
node-version: ${{ matrix.node-version }}
4242

.github/workflows/milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: startsWith(github.event.milestone.title, 'v') && startsWith(github.event.milestone.description, 'Do release')
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: actions/[email protected].2
14+
- uses: actions/[email protected].4
1515
- name: Verify version
1616
run: |
1717
npm install -g semver

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- uses: actions/[email protected].2
14+
- uses: actions/[email protected].4
1515
with:
1616
registry-url: 'https://registry.npmjs.org/'
1717

0 commit comments

Comments
 (0)