Skip to content

Commit 8c66e64

Browse files
committed
Update CI actions and python version
1 parent 9868e4f commit 8c66e64

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/licence-checker.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Set up Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v5
2222
with:
23-
# TODO: Check on Python 3.8 too
24-
python-version: 3.6
23+
python-version: 3.9
2524
- name: Check formatting with Ruff
2625
run: bazel run :format.check
2726
- name: Run Licence Checker

0 commit comments

Comments
 (0)