build(deps): bump actions/setup-python from 4.6.1 to 4.7.0 (#1455)

pull/1465/head
TRaSH 1 year ago committed by GitHub
commit 43a26db37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save