Skip to content

Commit

Permalink
maintenance-update.yml: Fixes steps order for cache setup
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Oct 28, 2024
1 parent 862f69d commit 21b75e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: poetry
- uses: actions/checkout@v4
- run: pipx run poetry update --lock
- id: commit-and-push
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 21b75e1

Please sign in to comment.