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

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] 7 months 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
uses: actions/checkout@v4.1.0
- name: Set up Python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
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.7.0
uses: actions/setup-python@v4.7.1
with:
python-version: 3.x
- name: Cache dependencies

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

Loading…
Cancel
Save