Skip to content

Commit

Permalink
Update checkout action to v4
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Menesini <[email protected]>
  • Loading branch information
JVenberg and sayhiben authored Feb 22, 2024
1 parent 6ebc5cf commit a9f5320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Lint and Test (Python ${{ matrix.python-version }} - Django ${{ matrix.django-version }})

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit a9f5320

Please sign in to comment.