Skip to content

Commit f781ca6

Browse files
author
brentru
committed
drop to @v1
1 parent 739f179 commit f781ca6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v1
1616
with:
17-
# 3.9 has issue with intelhex https://github.com/python-intelhex/intelhex/issues/45
18-
python-version: '3.8'
17+
python-version: '3.x'
1918
- uses: actions/checkout@v2
2019
- uses: actions/checkout@v2
2120
with:

0 commit comments

Comments
 (0)