Skip to content

Commit d630320

Browse files
Updated GitHub Actions
1 parent f11c86c commit d630320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/django.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
os: [macos-latest, ubuntu-latest, windows-latest]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up Python 3.9
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: 3.9
2323
- name: Install Dependencies

0 commit comments

Comments
 (0)