Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/9cc55625127efe289460501b816bb13d321a314b?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

build(deps): bump actions/setup-python from 4.7.0 to 4.7.1 ()

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1584/head
dependabot[bot] 1 year ago committed by GitHub
parent 614d04ca4a
commit 9cc5562512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4.7.0 uses: actions/setup-python@v4.7.1
with: with:
python-version: 3.x python-version: 3.x
- name: Cache dependencies - name: Cache dependencies
@ -35,7 +35,7 @@ jobs:
with: with:
fetch-depth: '0' fetch-depth: '0'
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4.7.0 uses: actions/setup-python@v4.7.1
with: with:
python-version: 3.x python-version: 3.x
- name: Cache dependencies - name: Cache dependencies

@ -18,7 +18,7 @@ jobs:
name: Validate metadata.json name: Validate metadata.json
steps: steps:
- uses: actions/checkout@v4.1.0 - uses: actions/checkout@v4.1.0
- uses: actions/setup-python@v4.7.0 - uses: actions/setup-python@v4.7.1
with: with:
python-version: 3.x python-version: 3.x
- run: pip install jsonschema - run: pip install jsonschema

Loading…
Cancel
Save