Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit a25e315

Browse files
authored
Merge pull request #75 from riscv-software-src/fix-actions
Fix version to 3.7 in actions.
2 parents 534c7e7 + d008924 commit a25e315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v2
3333
with:
34-
python-version: '3.6.15'
34+
python-version: '3.7'
3535

3636
- name: Install dependencies
3737
run: |

0 commit comments

Comments
 (0)