Skip to content

Commit

Permalink
Update autoupdate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner authored Feb 14, 2024
1 parent b6226e2 commit d6b5da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.12
- name: Install dependencies
run: python3 -m pip install --upgrade pip copier poetry poetry-plugin-up
- name: Update template
Expand Down

0 comments on commit d6b5da7

Please sign in to comment.