Skip to content

Commit

Permalink
Updates GitHub Actions checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Sep 5, 2024
1 parent 63374f5 commit de04d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
python-version: "3.9"
name: Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v2
Expand Down

0 comments on commit de04d0f

Please sign in to comment.