Skip to content

Commit

Permalink
Upgrading checkout CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-tstpd committed May 15, 2023
1 parent 932cc0e commit aa6c7ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
toxenv: [django_not_installed, flake8, pylint, readme]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -42,7 +42,7 @@ jobs:
django-version: [-main, "4.0"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
django-version: [3.2, 3.1, "3.0", "2.0", "2.2", "1.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
python-version: [3.7]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit aa6c7ee

Please sign in to comment.