Skip to content

Commit

Permalink
GitHub Actions: Upgrade checkout and setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and lukewagner committed Nov 5, 2024
1 parent c99b9ad commit 4d3cedf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: Run Canonical ABI Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '>= 3.10.0'
python-version: 3.x
- run: python design/mvp/canonical-abi/run_tests.py

0 comments on commit 4d3cedf

Please sign in to comment.