Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 6ecda53

Browse files
Edgaraszsankurk91
authored andcommitted
chore: bump workflow deps
1 parent 0a06e7c commit 6ecda53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20.x
3030

@@ -38,7 +38,7 @@ jobs:
3838
run: npm run test
3939

4040
- name: Upload coverage report
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@v4
4242
with:
4343
fail_ci_if_error: false
4444

0 commit comments

Comments
 (0)