Skip to content

Commit 4347d80

Browse files
authored
Update test.yml - remove node and upgrade checkout and python actions
1 parent fb9bef7 commit 4347d80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
django-version: 'Django~=3.2.0'
2828

2929
steps:
30-
- uses: actions/checkout@v2
31-
- uses: actions/setup-node@v2
30+
- uses: actions/checkout@v4
3231
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2
32+
uses: actions/setup-python@v4
3433
with:
3534
python-version: ${{ matrix.python-version }}
3635

0 commit comments

Comments
 (0)