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: steps:
- name: Check Out Repo - name: Check Out Repo
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
ref: develop ref: develop

View file

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

View 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@v2 - uses: actions/checkout@v3
with: with:
token: ${{ secrets.PAT }} token: ${{ secrets.PAT }}
fetch-depth: 2 fetch-depth: 2

View file

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

View file

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