Skip to content

Commit e867600

Browse files
committed
Update actions.
1 parent 8619d83 commit e867600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

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

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

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

0 commit comments

Comments
 (0)