Skip to content

Commit a9f6937

Browse files
chore(deps): update external major
1 parent 145915b commit a9f6937

File tree

4 files changed

+3374
-4790
lines changed

4 files changed

+3374
-4790
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ executors:
1010
working_directory: ~/repo
1111

1212
orbs:
13-
codecov: codecov/codecov@3.3.0
13+
codecov: codecov/codecov@4.0.1
1414

1515
commands:
1616
setup:

.github/workflows/semantic-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Use Node.js 14.x
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v4
1515
with:
1616
node-version: '14.x'
1717
- run: npm install
@@ -27,7 +27,7 @@ jobs:
2727
- run: git config --global core.autocrlf false
2828
- uses: actions/checkout@v4
2929
- name: Use Node.js 14.x
30-
uses: actions/setup-node@v3
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: '14.x'
3333
- run: npm install
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
persist-credentials: false
4747
- name: Use Node.js 14.x
48-
uses: actions/setup-node@v3
48+
uses: actions/setup-node@v4
4949
with:
5050
node-version: '14.x'
5151
- run: npm install

0 commit comments

Comments
 (0)