File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 black :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Check files using the black formatter
1919 uses : rickstaa/action-black@v1
2020 id : action_black
3232 matrix :
3333 python-version : [3.7, 3.8, 3.9]
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3636 - name : Install Conda environment with Micromamba
3737 uses : mamba-org/provision-with-micromamba@main
3838 with :
5252 matrix :
5353 python-version : [3.7, 3.8, 3.9]
5454 steps :
55- - uses : actions/checkout@v2
55+ - uses : actions/checkout@v3
5656 - name : Install Conda environment with Micromamba
5757 uses : mamba-org/provision-with-micromamba@main
5858 with :
7575 matrix :
7676 python-version : [3.7, 3.8, 3.9]
7777 steps :
78- - uses : actions/checkout@v2
78+ - uses : actions/checkout@v3
7979 - name : Install Conda environment with Micromamba
8080 uses : mamba-org/provision-with-micromamba@main
8181 with :
9999 matrix :
100100 python-version : [3.7]
101101 steps :
102- - uses : actions/checkout@v2
102+ - uses : actions/checkout@v3
103103 - name : Install Conda environment with Micromamba
104104 uses : mamba-org/provision-with-micromamba@main
105105 with :
You can’t perform that action at this time.
0 commit comments