Skip to content

Commit

Permalink
ci: update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Jan 7, 2025
1 parent 615e483 commit b8ade85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Correctness Checks
on: [push, pull_request]
jobs:
Run-Markdown-Checks:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4
with:
path: "tools/requirements.txt"
update-pip: "false"
Expand Down

0 comments on commit b8ade85

Please sign in to comment.