Skip to content

Commit 3829669

Browse files
committed
update version
1 parent 88f2906 commit 3829669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@ jobs:
174174
NODE_ENV: production
175175

176176
- name: Upload test coverage to CodeCov
177-
uses: codecov/codecov-action@v3
177+
uses: codecov/codecov-action@v4
178178
with:
179179
file: coverage/lcov.info

.github/workflows/release-candiate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
github.event_name == 'workflow_dispatch' ||
1616
github.event.workflow_run.conclusion == 'success'
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
ref: release-candidate
2121
- uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20

0 commit comments

Comments
 (0)