Skip to content

Commit

Permalink
chore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 15, 2023
1 parent 3ecb90f commit 279da84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
toxenv: [quality, django32, django42]

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

- name: Install Dependencies
run: |
pip install --upgrade setuptools
# pip install --upgrade setuptools
pip install -r requirements/ci.txt

- name: Run Tests
Expand Down

0 comments on commit 279da84

Please sign in to comment.