Update repo-maintenance.yaml

old-commit-hash: ebf4cf4ad02372828083395080af618fcf00bcc6
This commit is contained in:
Maxime Desroches
2024-07-04 02:46:13 +00:00
committed by GitHub
parent 19a0be58b8
commit 1c1efe595d

View File

@@ -41,11 +41,11 @@ jobs:
if: github.repository == 'commaai/openpilot'
steps:
- uses: actions/checkout@v4
- name: uv lock --upgrade
- name: uv lock
run: |
python3 -m ensurepip --upgrade
pip3 install uv
uv lock
uv lock --upgrade
- name: pre-commit autoupdate
run: |
git config --global --add safe.directory '*'