Skip to content

Commit 987eed6

Browse files
committed
Use actions/checkout@v2
1 parent 0b874bd commit 987eed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# needed because the postgres container does not provide a healthcheck
1616
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v2
1919
- name: Set up Python 3.7
2020
uses: actions/setup-python@v1
2121
with:

0 commit comments

Comments
 (0)