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 Mar 15, 2024
1 parent 05c90ee commit 410fc4e
Show file tree
Hide file tree
Showing 4 changed files with 3,861 additions and 4,883 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
working_directory: ~/repo

orbs:
codecov: codecov/codecov@3.3.0
codecov: codecov/codecov@4.0.1

commands:
setup:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 14.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14.x'
- run: npm install
Expand All @@ -27,7 +27,7 @@ jobs:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- name: Use Node.js 14.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14.x'
- run: npm install
Expand All @@ -45,7 +45,7 @@ jobs:
with:
persist-credentials: false
- name: Use Node.js 14.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14.x'
- run: npm install
Expand Down
Loading

0 comments on commit 410fc4e

Please sign in to comment.