Skip to content

Commit 692fc16

Browse files
chore(deps): update external major
1 parent bdc0d9f commit 692fc16

File tree

5 files changed

+22181
-15575
lines changed

5 files changed

+22181
-15575
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
GITHUB_CONTEXT: ${{ toJson(github) }}
1212
run: echo "$GITHUB_CONTEXT"
1313
- name: Checkout source code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha }}
1717
fetch-depth: 0
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: 14
2222
- name: Install dependencies
@@ -30,9 +30,9 @@ jobs:
3030
with:
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Upload code coverage report to workflow as an artifact
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: istanbul-code-coverage.zip
3636
path: coverage
3737
- name: Upload code coverage report to codecov.io and comment in pull request
38-
uses: codecov/codecov-action@v3
38+
uses: codecov/codecov-action@v5

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout source code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
- name: Setup Node.js
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: 14
2020
- name: Install dependencies
@@ -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@v3
27+
uses: codecov/codecov-action@v5
2828
- name: Upload Sonar report to sonarcloud.io
2929
uses: sonarsource/sonarcloud-github-action@master
3030
env:

.github/workflows/sonar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event.workflow_run.conclusion == 'success'
1212
steps:
1313
- name: Checkout source code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
repository: ${{ github.event.workflow_run.head_repository.full_name }}
1717
ref: ${{ github.event.workflow_run.head_branch }}

0 commit comments

Comments
 (0)