Skip to content

Commit

Permalink
ci.yml: Upgrade GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 5, 2024
1 parent 052b2ad commit 43f71d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pipx install "poetry>=1.1.12,<2"
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
cache: 'poetry'
Expand All @@ -20,6 +20,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
# Test with all supported Django versions, for all compatible Python versions.
Expand Down

0 comments on commit 43f71d2

Please sign in to comment.