[107] update versions

This commit is contained in:
meisnate12 2023-09-11 16:54:55 -04:00
parent 158bebd75e
commit c8f62775be
9 changed files with 15 additions and 9 deletions

View file

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

View file

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

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: nightly

View file

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

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

View file

@ -1 +1 @@
1.19.0-develop106
1.19.0-develop107

View file

@ -83,6 +83,7 @@ These are lists provided for reference to show what values will be in use if you
### Default `include`
```yaml
include:
#### ANIMES ########################################################################################################
- 8bit
- A-1 Pictures
@ -532,6 +533,11 @@ These are lists provided for reference to show what values will be in use if you
- Wiedemann & Berg Television
- Winkler Films
- Working Title Films
```
### Default `addons`
```yaml
addons:
8bit:
- 8-bit

View file

@ -163,8 +163,8 @@ The table below shows the asset folder path structures that will be searched for
* Replace `.ext` with the image extension
* When `asset_folders` is set to `true` movie/show folders can be nested inside other folders, but you must specify how deep you want to search because the more levels to search the longer it takes.
* You can specify how deep you want to scan by using the [`asset_depth` Setting Attribute](../../config/settings.md#asset-depth).
* You can specify how deep you want to scan by using the [`asset_depth` Setting Attribute](../../config/settings.md#asset-depth).
Here's an example config folder structure with an assets directory with `asset_folders` set to true and false.

View file

@ -1,5 +1,5 @@
arrapi==1.4.3
GitPython==3.1.32
GitPython==3.1.35
lxml==4.9.3
num2words==0.5.12
pathvalidate==3.1.0