Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/validate-and-update_1_0_x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: JSON Schema validation through pre-commit
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all -c .pre-commit-config.yaml
Expand All @@ -26,11 +26,11 @@ jobs:
matrix:
schema-version: [ "0.4.x", "1.0.x" ]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 100
- uses: ts-graphviz/setup-graphviz@v2
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: "3.12"
cache: 'pip'
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
needs:
- generate-charts
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- id: download
uses: actions/download-artifact@v8
with:
Expand Down