Merge pull request #120 from StuffAnThings/master

Upstream
This commit is contained in:
bobokun 2022-03-29 07:34:07 -04:00 committed by GitHub
commit e1bde76e80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: develop

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v1

View file

@ -8,7 +8,7 @@ jobs:
tag-new-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}
fetch-depth: 2

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v1

View file

@ -1,5 +1,5 @@
ruamel.yaml==0.17.21
qbittorrent-api>=2022.2.28
qbittorrent-api>=2022.3.29
schedule==1.1.0
retrying==1.3.3
alive_progress==2.4.0