Skip to content

Commit 6402641

Browse files
authored
Update ci.yml
1 parent c9a0da5 commit 6402641

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,22 @@ on:
88

99
jobs:
1010
lint:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
12+
1213
steps:
1314
- name: Checkout repository
1415
uses: actions/checkout@v4
1516

1617
- name: Set up Python
1718
uses: actions/setup-python@v5
1819
with:
19-
python-version: "3.11"
20+
python-version: "3.12.3"
21+
22+
- name: Cache pip
23+
uses: actions/cache@v3
24+
with:
25+
path: ~/.cache/pip
26+
key: ${{ runner.os }}-pip-ruff-v1
2027

2128
- name: Install dependencies
2229
run: |

0 commit comments

Comments
 (0)