Skip to content

Commit d3f0f0e

Browse files
committed
workflow fix
1 parent a1cca1b commit d3f0f0e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on: [ push ]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
1010
python: [ '3.6', '3.7', '3.8','3.9' ]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Set up Python
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v5.6.0
1515
with:
1616
python-version: ${{ matrix.python }}
1717
- name: install dependencies for the minor version

0 commit comments

Comments
 (0)