99 matrix :
1010 python-version : ['3.6', '3.7', '3.8', '3.9', '3.10']
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - name : Set up Python ${{ matrix.python-version }}
14- uses : actions/setup-python@v2
14+ uses : actions/setup-python@v3
1515 with :
1616 python-version : ${{ matrix.python-version }}
1717 - name : Install dependencies
3636 unittest-macos :
3737 runs-on : macos-latest
3838 steps :
39- - uses : actions/checkout@v2
39+ - uses : actions/checkout@v3
4040 - name : Set up Python 3.9
41- uses : actions/setup-python@v2
41+ uses : actions/setup-python@v3
4242 with :
4343 python-version : 3.9
4444 - name : Install dependencies
5454 matrix :
5555 modules-version : [Lmod, Lmod77, Tmod32, Tmod4]
5656 steps :
57- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v3
5858 - name : Build Image for ${{ matrix.modules-version }}
5959 run : |
6060 docker build -f ci-scripts/dockerfiles/${{ matrix.modules-version }}.dockerfile -t reframe:${{ matrix.modules-version }} .
6565 tutorialtest :
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@v2
68+ - uses : actions/checkout@v3
6969 - name : Build Image for Tutorial Tests
7070 run : |
7171 docker build -f ci-scripts/dockerfiles/tutorials.dockerfile -t reframe:tutorials .
7676 unusedimports :
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v2
79+ - uses : actions/checkout@v3
8080 with :
8181 fetch-depth : 0
8282 - name : Lint Code Base
8989 wheelvalidation :
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@v2
92+ - uses : actions/checkout@v3
9393 - name : Setup up Python 3.8
94- uses : actions/setup-python@v2
94+ uses : actions/setup-python@v3
9595 with :
9696 python-version : 3.8
9797 - name : Generate Wheel
@@ -109,9 +109,9 @@ jobs:
109109 docvalidation :
110110 runs-on : ubuntu-latest
111111 steps :
112- - uses : actions/checkout@v2
112+ - uses : actions/checkout@v3
113113 - name : Setup up Python 3.8
114- uses : actions/setup-python@v2
114+ uses : actions/setup-python@v3
115115 with :
116116 python-version : 3.8
117117 - name : Install Doc Requirements
0 commit comments