We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cca1b commit d3f0f0eCopy full SHA for d3f0f0e
1 file changed
.github/workflows/main.yml
@@ -4,14 +4,14 @@ on: [ push ]
4
5
jobs:
6
build:
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
python: [ '3.6', '3.7', '3.8','3.9' ]
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
- name: Set up Python
14
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5.6.0
15
with:
16
python-version: ${{ matrix.python }}
17
- name: install dependencies for the minor version
0 commit comments