mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-28 23:17:18 +08:00
Merge branch 'develop' into pre-commit-ci-update-config
This commit is contained in:
commit
c321f582b2
6 changed files with 6 additions and 6 deletions
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check Out Repo
|
- name: Check Out Repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: develop
|
ref: develop
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/latest.yml
vendored
2
.github/workflows/latest.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check Out Repo
|
- name: Check Out Repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Trigger Hotio Webhook
|
- name: Trigger Hotio Webhook
|
||||||
uses: joelwmale/webhook-action@master
|
uses: joelwmale/webhook-action@master
|
||||||
|
|
|
||||||
2
.github/workflows/tag.yml
vendored
Executable file → Normal file
2
.github/workflows/tag.yml
vendored
Executable file → Normal file
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
tag-new-versions:
|
tag-new-versions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
|
||||||
2
.github/workflows/version.yml
vendored
2
.github/workflows/version.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check Out Repo
|
- name: Check Out Repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
flake8==6.1.0
|
flake8==6.1.0
|
||||||
pre-commit==3.3.3
|
pre-commit==3.4.0
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
bencodepy==0.9.5
|
bencodepy==0.9.5
|
||||||
GitPython==3.1.32
|
GitPython==3.1.34
|
||||||
qbittorrent-api==2023.7.52
|
qbittorrent-api==2023.7.52
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
retrying==1.3.4
|
retrying==1.3.4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue