Skip to content

Commit

Permalink
chore(deps): update external major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 948895d commit 6242ab6
Show file tree
Hide file tree
Showing 5 changed files with 9,769 additions and 11,762 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14'
- name: Install dependencies
Expand All @@ -26,9 +26,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload code coverage report to workflow as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: istanbul-code-coverage.zip
path: coverage
- name: Upload code coverage report to codecov.io and comment in pull request
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install dependencies
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Run tests and do code coverage check
run: npm run test:coverage
- name: Upload code coverage report to codecov.io
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
- name: Upload Sonar report to sonarcloud.io
uses: sonarsource/sonarcloud-github-action@master
env:
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Build documentation
run: npm run docs
- name: Publish documentation to github pages
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.6.9
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages-documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event.workflow_run.conclusion == 'success'
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_branch }}
Expand Down
Loading

0 comments on commit 6242ab6

Please sign in to comment.