We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615e483 commit b8ade85Copy full SHA for b8ade85
.github/workflows/checks.yml
@@ -2,12 +2,12 @@ name: Correctness Checks
2
on: [push, pull_request]
3
jobs:
4
Run-Markdown-Checks:
5
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
6
steps:
7
- name: checkout
8
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
9
- name: Install Python dependencies
10
- uses: py-actions/py-dependency-install@v3
+ uses: py-actions/py-dependency-install@v4
11
with:
12
path: "tools/requirements.txt"
13
update-pip: "false"
0 commit comments