Skip to content

Commit 0212fa6

Browse files
Update actions checkout to v6
1 parent 33b00f0 commit 0212fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version: [24.x]
1212
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v6
1515
- name: Use Node.js ${{ matrix.node-version }}
1616
uses: actions/setup-node@v1
1717
with:

0 commit comments

Comments
 (0)