Skip to content

Commit 4d3cedf

Browse files
cclausslukewagner
authored andcommitted
1 parent c99b9ad commit 4d3cedf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
name: Run Canonical ABI Tests
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
with:
15-
python-version: '>= 3.10.0'
15+
python-version: 3.x
1616
- run: python design/mvp/canonical-abi/run_tests.py

0 commit comments

Comments
 (0)