Skip to content

Commit 1df5cae

Browse files
Update codecov.yml
1 parent 5b7d2f1 commit 1df5cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
# Fine-grained PAT with contents:write and workflows:write
2121
# scopes
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Set up Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828

0 commit comments

Comments
 (0)