Skip to content

Commit

Permalink
Merge pull request #6263 from marcoieni/ci-update-github-actions
Browse files Browse the repository at this point in the history
ci: update GitHub Actions
  • Loading branch information
mariannegoldin authored Jan 15, 2025
2 parents f3321e0 + b8ade85 commit 2b98b12
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 2b98b12

Please sign in to comment.