Skip to content

Commit b8ade85

Browse files
committed
ci: update GitHub Actions
1 parent 615e483 commit b8ade85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Correctness Checks
22
on: [push, pull_request]
33
jobs:
44
Run-Markdown-Checks:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- name: checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99
- name: Install Python dependencies
10-
uses: py-actions/py-dependency-install@v3
10+
uses: py-actions/py-dependency-install@v4
1111
with:
1212
path: "tools/requirements.txt"
1313
update-pip: "false"

0 commit comments

Comments
 (0)