Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 2545569

Browse files
chore(deps): update actions/checkout action to v2 (#48)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent db78e72 commit 2545569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django_on_diff_os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python_version: [3.7, 3.8]
1919
os: [macos-latest, windows-latest, ubuntu-latest]
2020
steps:
21-
- uses: actions/checkout@v1
21+
- uses: actions/checkout@v2
2222
- name: Set up Python ${{ matrix.python_version }}
2323
uses: actions/setup-python@v1
2424
with:

0 commit comments

Comments
 (0)