Skip to content

Commit 938c7fd

Browse files
Updated GitHub Actions
1 parent ceaba4c commit 938c7fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/django.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
python-version: [3.8, 3.9, '3.10']
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- name: Checkout source Git branch
20+
uses: actions/checkout@v4
2021

2122
- name: Set up Python ${{ matrix.python-version }}
2223
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)