File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 - name : Install uv
18- uses : astral-sh/setup-uv@v5
18+ uses : astral-sh/setup-uv@v7
1919 - name : Install python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
22- python-version : " 3.13 "
22+ python-version : " 3.14 "
2323 - name : Setup git
2424 run : |
25- git config --global user.name 'Github Actions '
26- git config --global user.email '41898282+github-actions[bot]@users.noreply.github .com'
25+ git config --global user.name 'Nyako Shigure '
26+ git config --global user.email 'nyako_shigure@outlook .com'
2727 - name : Run mirror
2828 run : |
2929 uv run --script mirror.py
3232 git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/$GITHUB_REPOSITORY
3333 git push origin HEAD:refs/heads/main --tags
3434 env :
35- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35+ GH_TOKEN : ${{ secrets.PRE_COMMIT_HOOK_AUTO_UPDATE_TOKEN }}
You can’t perform that action at this time.
0 commit comments