Skip to content

Commit

Permalink
Update CI actions and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnrt committed Jun 12, 2024
1 parent 9868e4f commit 8c66e64
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/licence-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
# TODO: Check on Python 3.8 too
python-version: 3.6
python-version: 3.9
- name: Check formatting with Ruff
run: bazel run :format.check
- name: Run Licence Checker
Expand Down

0 comments on commit 8c66e64

Please sign in to comment.