File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 matrix :
1515 python-version : [ '3.7', '3.8', '3.9', '3.10' ]
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Cache test fixtures
1919 id : cache-test-fixtures
2020 uses : actions/cache@v3
2121 with :
2222 path : ${{ github.workspace }}/tests/fixtures/wannier90-*
2323 key : ${{ runner.os }}-${{ hashFiles('tests/fixtures/*') }}_0
24- - uses : actions/setup-python@v2
24+ - uses : actions/setup-python@v3
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install dependencies
3939 docs :
4040 runs-on : ubuntu-20.04
4141 steps :
42- - uses : actions/checkout@v2
43- - uses : actions/setup-python@v2
42+ - uses : actions/checkout@v3
43+ - uses : actions/setup-python@v3
4444 with :
4545 python-version : ' 3.7'
4646 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments