Skip to content

Commit

Permalink
ci: Use actions/setup-python@v5 in exceptions too
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Aug 25, 2024
1 parent a930ec8 commit d1960e1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/exceptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
steps:
- uses: actions/checkout@v4

- name: Install jq
run: |
sudo apt-get update
sudo apt-get install -y python3
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Validate exceptions.json
run: python3 utils/validator.py

0 comments on commit d1960e1

Please sign in to comment.