Skip to content

Commit ae9199e

Browse files
Updated GitHub Actions
1 parent a152f0c commit ae9199e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
os: [macos-latest, ubuntu-latest, windows-latest]
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Set up Python 3.9
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: 3.9
2424
- name: Install Dependencies

0 commit comments

Comments
 (0)