Skip to content

Commit 84a527e

Browse files
committed
Bump GitHub Actions
1 parent 5ef2d1e commit 84a527e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Lint
33
on: [push, pull_request]
44

55
jobs:
6-
build:
7-
runs-on: ubuntu-22.04
6+
lint:
7+
runs-on: ubuntu-24.04
88

99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v5
12-
- uses: pre-commit/[email protected].0
12+
- uses: pre-commit/[email protected].1

0 commit comments

Comments
 (0)