Skip to content

Commit aa6c7ee

Browse files
author
Carl Crowder
committed
Upgrading checkout CI action
1 parent 932cc0e commit aa6c7ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
toxenv: [django_not_installed, flake8, pylint, readme]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v4
2222
with:
@@ -42,7 +42,7 @@ jobs:
4242
django-version: [-main, "4.0"]
4343

4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v3
4646
- name: Set up Python ${{ matrix.python-version }}
4747
uses: actions/setup-python@v4
4848
with:
@@ -76,7 +76,7 @@ jobs:
7676
django-version: [3.2, 3.1, "3.0", "2.0", "2.2", "1.11"]
7777

7878
steps:
79-
- uses: actions/checkout@v2
79+
- uses: actions/checkout@v3
8080
- name: Set up Python ${{ matrix.python-version }}
8181
uses: actions/setup-python@v4
8282
with:
@@ -107,7 +107,7 @@ jobs:
107107
python-version: [3.7]
108108

109109
steps:
110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v3
111111
- name: Set up Python ${{ matrix.python-version }}
112112
uses: actions/setup-python@v4
113113
with:

0 commit comments

Comments
 (0)