[107] update versions

pull/1595/head
meisnate12 1 year ago
parent 158bebd75e
commit c8f62775be

@ -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:
ref: develop ref: develop

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

@ -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:
ref: nightly ref: nightly

@ -10,7 +10,7 @@ jobs:
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

@ -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 +1 @@
1.19.0-develop106 1.19.0-develop107

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

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

Loading…
Cancel
Save