Skip to content

Commit 0d7f856

Browse files
committed
Update checkout => setup-node.
1 parent fce0f4f commit 0d7f856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ['3.9', '3.10', '3.11', '3.12']
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/setup-node@v4
1717

1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)