Skip to content

Commit 3f325eb

Browse files
committed
chore(deps): update external major
1 parent ce1c1bc commit 3f325eb

File tree

4 files changed

+10400
-8160
lines changed

4 files changed

+10400
-8160
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: istanbul-code-coverage.zip
3232
path: coverage
3333
- name: Upload code coverage report to codecov.io and comment in pull request
34-
uses: codecov/codecov-action@v1
34+
uses: codecov/codecov-action@v2
3535
- name: Upload Sonar report to sonarcloud.io and comment in pull request
3636
uses: sonarsource/sonarcloud-github-action@master
3737
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run tests and do code coverage check
2525
run: npm run test:coverage
2626
- name: Upload code coverage report to codecov.io
27-
uses: codecov/codecov-action@v1
27+
uses: codecov/codecov-action@v2
2828
- name: Upload Sonar report to sonarcloud.io
2929
uses: sonarsource/sonarcloud-github-action@master
3030
env:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build documentation
4747
run: npm run docs
4848
- name: Publish documentation to github pages
49-
uses: JamesIves/github-pages-deploy-action@3.7.1
49+
uses: JamesIves/github-pages-deploy-action@4.1.4
5050
with:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
BRANCH: gh-pages-documentation

0 commit comments

Comments
 (0)