Skip to content

Commit

Permalink
CI: cookiecutter version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun committed Nov 23, 2023
1 parent eed5c26 commit 28c3d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- name: Setup Cookiecutter
run: pip install cookiecutter==2.4.0
run: pip install cookiecutter==2.5.0

- name: Generate project
run: |
Expand Down

0 comments on commit 28c3d98

Please sign in to comment.